Class Counter
java.lang.Object
org.apache.iotdb.db.query.udf.example.Counter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidbeforeStart(UDFParameters parameters, UDTFConfigurations configurations) voidtransform(Row row, PointCollector collector) voidtransform(RowWindow rowWindow, PointCollector collector)
-
Constructor Details
-
Counter
public Counter()
-
-
Method Details
-
beforeStart
- Specified by:
beforeStartin interfaceUDTF
-
transform
-
transform
- Specified by:
transformin interfaceUDTF- Throws:
IOException
-
beforeDestroy
public void beforeDestroy()- Specified by:
beforeDestroyin interfaceUDF
-