Class DoubleOutDoubleInFunctionVectorValueProcessor
- java.lang.Object
-
- org.apache.druid.math.expr.vector.UnivariateDoubleFunctionVectorValueProcessor<double[]>
-
- org.apache.druid.math.expr.vector.DoubleOutDoubleInFunctionVectorValueProcessor
-
- All Implemented Interfaces:
ExprVectorProcessor<double[]>
public abstract class DoubleOutDoubleInFunctionVectorValueProcessor extends UnivariateDoubleFunctionVectorValueProcessor<double[]>
specializedUnivariateDoubleFunctionVectorValueProcessorfor processing (double[]) -> double[]
-
-
Constructor Summary
Constructors Constructor Description DoubleOutDoubleInFunctionVectorValueProcessor(ExprVectorProcessor<double[]> processor, int maxVectorSize)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract doubleapply(double input)ExpressionTypegetOutputType()-
Methods inherited from class org.apache.druid.math.expr.vector.UnivariateDoubleFunctionVectorValueProcessor
evalVector
-
-
-
-
Constructor Detail
-
DoubleOutDoubleInFunctionVectorValueProcessor
public DoubleOutDoubleInFunctionVectorValueProcessor(ExprVectorProcessor<double[]> processor, int maxVectorSize)
-
-
Method Detail
-
apply
public abstract double apply(double input)
-
getOutputType
public ExpressionType getOutputType()
-
-