Uses of Interface
org.apache.iotdb.udf.api.access.Row
-
Packages that use Row Package Description org.apache.iotdb.udf.api org.apache.iotdb.udf.api.access -
-
Uses of Row in org.apache.iotdb.udf.api
Methods in org.apache.iotdb.udf.api with parameters of type Row Modifier and Type Method Description default java.lang.ObjectUDTF. transform(Row row)When the user specifiesMappableRowByRowAccessStrategyto access the original data inUDTFConfigurations, this method will be called to process the transformation.default voidUDTF. transform(Row row, PointCollector collector)When the user specifiesRowByRowAccessStrategyto access the original data inUDTFConfigurations, this method will be called to process the transformation. -
Uses of Row in org.apache.iotdb.udf.api.access
Methods in org.apache.iotdb.udf.api.access that return Row Modifier and Type Method Description RowRowWindow. getRow(int rowIndex)Returns the row at the specified position in this window.RowRowIterator. next()Returns the next row in the iteration.
-