Uses of Interface
org.apache.iotdb.udf.api.access.RowWindow
-
Packages that use RowWindow Package Description org.apache.iotdb.udf.api -
-
Uses of RowWindow in org.apache.iotdb.udf.api
Methods in org.apache.iotdb.udf.api with parameters of type RowWindow Modifier and Type Method Description default voidUDTF. transform(RowWindow rowWindow, PointCollector collector)When the user specifiesSlidingSizeWindowAccessStrategyorSlidingTimeWindowAccessStrategyto access the original data inUDTFConfigurations, this method will be called to process the transformation.
-