Uses of Class
org.apache.iotdb.udf.api.customizer.config.UDTFConfigurations
-
Packages that use UDTFConfigurations Package Description org.apache.iotdb.udf.api org.apache.iotdb.udf.api.customizer.config -
-
Uses of UDTFConfigurations in org.apache.iotdb.udf.api
Methods in org.apache.iotdb.udf.api with parameters of type UDTFConfigurations Modifier and Type Method Description voidUDTF. beforeStart(UDFParameters parameters, UDTFConfigurations configurations)This method is mainly used to customize UDTF. -
Uses of UDTFConfigurations in org.apache.iotdb.udf.api.customizer.config
Methods in org.apache.iotdb.udf.api.customizer.config that return UDTFConfigurations Modifier and Type Method Description UDTFConfigurationsUDTFConfigurations. setAccessStrategy(AccessStrategy accessStrategy)Used to specify the strategy for accessing raw query data in UDTF.UDTFConfigurationsUDTFConfigurations. setOutputDataType(Type outputDataType)Used to specify the output data type of the UDTF.
-