Class ConstValue
java.lang.Object
org.apache.iotdb.db.query.udf.example.ConstValue
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeStart(UDFParameters parameters, UDTFConfigurations configurations) voidtransform(Row row, PointCollector collector) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.iotdb.udf.api.UDF
beforeDestroy, validate
-
Constructor Details
-
ConstValue
public ConstValue()
-
-
Method Details
-
beforeStart
- Specified by:
beforeStartin interfaceUDTF
-
transform
-