Class IfDoubleVectorProcessor
java.lang.Object
org.apache.druid.math.expr.vector.IfFunctionVectorProcessor<double[]>
org.apache.druid.math.expr.vector.IfDoubleVectorProcessor
- All Implemented Interfaces:
ExprVectorProcessor<double[]>
-
Constructor Summary
ConstructorsConstructorDescriptionIfDoubleVectorProcessor(ExprVectorProcessor<?> conditionProcessor, ExprVectorProcessor<double[]> thenProcessor, ExprVectorProcessor<double[]> elseProcessor) -
Method Summary
Modifier and TypeMethodDescriptionExprEvalVector<double[]>evalVector(Expr.VectorInputBinding bindings) Methods inherited from class org.apache.druid.math.expr.vector.IfFunctionVectorProcessor
getOutputType, maxVectorSize
-
Constructor Details
-
IfDoubleVectorProcessor
public IfDoubleVectorProcessor(ExprVectorProcessor<?> conditionProcessor, ExprVectorProcessor<double[]> thenProcessor, ExprVectorProcessor<double[]> elseProcessor)
-
-
Method Details
-
evalVector
-