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