Uses of Class
org.apache.iotdb.udf.api.type.Type
-
-
Uses of Type in org.apache.iotdb.udf.api.access
Methods in org.apache.iotdb.udf.api.access that return Type Modifier and Type Method Description TypeRow. getDataType(int columnIndex)Returns the actual data type of the value at the specified column in this row.TypeRowWindow. getDataType(int columnIndex)Returns the actual data type of the values at the specified column in this window. -
Uses of Type in org.apache.iotdb.udf.api.customizer.config
Fields in org.apache.iotdb.udf.api.customizer.config declared as Type Modifier and Type Field Description protected TypeUDFConfigurations. outputDataTypeMethods in org.apache.iotdb.udf.api.customizer.config that return Type Modifier and Type Method Description TypeUDFConfigurations. getOutputDataType()Methods in org.apache.iotdb.udf.api.customizer.config with parameters of type Type Modifier and Type Method Description UDTFConfigurationsUDTFConfigurations. setOutputDataType(Type outputDataType)Used to specify the output data type of the UDTF. -
Uses of Type in org.apache.iotdb.udf.api.customizer.parameter
Methods in org.apache.iotdb.udf.api.customizer.parameter that return Type Modifier and Type Method Description TypeUDFParameters. getDataType(int index)Methods in org.apache.iotdb.udf.api.customizer.parameter that return types with arguments of type Type Modifier and Type Method Description java.util.List<Type>UDFParameters. getDataTypes()Methods in org.apache.iotdb.udf.api.customizer.parameter with parameters of type Type Modifier and Type Method Description UDFParameterValidatorUDFParameterValidator. validateInputSeriesDataType(int index, Type expectedDataType)Validates whether the data type of the input series at the specified column is as expected.UDFParameterValidatorUDFParameterValidator. validateInputSeriesDataType(int index, Type... expectedDataTypes)Validates whether the data type of the input series at the specified column is as expected. -
Uses of Type in org.apache.iotdb.udf.api.exception
Constructors in org.apache.iotdb.udf.api.exception with parameters of type Type Constructor Description UDFInputSeriesDataTypeNotValidException(int index, Type actual, Type expected)UDFInputSeriesDataTypeNotValidException(int index, Type actual, Type... expected) -
Uses of Type in org.apache.iotdb.udf.api.type
Methods in org.apache.iotdb.udf.api.type that return Type Modifier and Type Method Description static TypeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Type[]Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-