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