Uses of Interface
org.apache.iotdb.udf.api.access.RowIterator
-
Packages that use RowIterator Package Description org.apache.iotdb.udf.api.access -
-
Uses of RowIterator in org.apache.iotdb.udf.api.access
Methods in org.apache.iotdb.udf.api.access that return RowIterator Modifier and Type Method Description RowIteratorRowWindow. getRowIterator()Returns an iterator used to access this window.
-