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