Uses of Class
org.apache.iotdb.udf.api.exception.UDFException
-
Packages that use UDFException Package Description org.apache.iotdb.udf.api.customizer.parameter org.apache.iotdb.udf.api.exception -
-
Uses of UDFException in org.apache.iotdb.udf.api.customizer.parameter
Methods in org.apache.iotdb.udf.api.customizer.parameter that throw UDFException 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 UDFException in org.apache.iotdb.udf.api.exception
Subclasses of UDFException in org.apache.iotdb.udf.api.exception Modifier and Type Class Description classUDFAttributeNotProvidedExceptionclassUDFInputSeriesDataTypeNotValidExceptionclassUDFInputSeriesIndexNotValidExceptionclassUDFInputSeriesNumberNotValidExceptionclassUDFManagementExceptionclassUDFOutputSeriesDataTypeNotValidExceptionclassUDFParameterNotValidException
-