Class UDTFNonNegativeDerivative

  • All Implemented Interfaces:
    org.apache.iotdb.udf.api.UDF, org.apache.iotdb.udf.api.UDTF

    public class UDTFNonNegativeDerivative
    extends UDTFDerivative
    • Constructor Detail

      • UDTFNonNegativeDerivative

        public UDTFNonNegativeDerivative()
    • Method Detail

      • doTransform

        protected void doTransform​(org.apache.iotdb.udf.api.access.Row row,
                                   org.apache.iotdb.udf.api.collector.PointCollector collector)
                            throws org.apache.iotdb.udf.api.exception.UDFInputSeriesDataTypeNotValidException,
                                   java.io.IOException
        Specified by:
        doTransform in class UDTFValueTrend
        Throws:
        org.apache.iotdb.udf.api.exception.UDFInputSeriesDataTypeNotValidException
        java.io.IOException