Uses of Class
org.apache.iotdb.udf.api.customizer.parameter.UDFParameters
-
Packages that use UDFParameters Package Description org.apache.iotdb.udf.api org.apache.iotdb.udf.api.customizer.parameter -
-
Uses of UDFParameters in org.apache.iotdb.udf.api
Methods in org.apache.iotdb.udf.api with parameters of type UDFParameters Modifier and Type Method Description voidUDTF. beforeStart(UDFParameters parameters, UDTFConfigurations configurations)This method is mainly used to customize UDTF. -
Uses of UDFParameters in org.apache.iotdb.udf.api.customizer.parameter
Methods in org.apache.iotdb.udf.api.customizer.parameter that return UDFParameters Modifier and Type Method Description UDFParametersUDFParameterValidator. getParameters()Constructors in org.apache.iotdb.udf.api.customizer.parameter with parameters of type UDFParameters Constructor Description UDFParameterValidator(UDFParameters parameters)
-