Class IfObjectVectorProcessor
java.lang.Object
org.apache.druid.math.expr.vector.IfFunctionVectorProcessor<Object[]>
org.apache.druid.math.expr.vector.IfObjectVectorProcessor
- All Implemented Interfaces:
ExprVectorProcessor<Object[]>
-
Constructor Summary
ConstructorsConstructorDescriptionIfObjectVectorProcessor(ExpressionType outputType, ExprVectorProcessor<?> conditionProcessor, ExprVectorProcessor<Object[]> thenProcessor, ExprVectorProcessor<Object[]> elseProcessor) -
Method Summary
Methods inherited from class org.apache.druid.math.expr.vector.IfFunctionVectorProcessor
getOutputType, maxVectorSize
-
Constructor Details
-
IfObjectVectorProcessor
public IfObjectVectorProcessor(ExpressionType outputType, ExprVectorProcessor<?> conditionProcessor, ExprVectorProcessor<Object[]> thenProcessor, ExprVectorProcessor<Object[]> elseProcessor)
-
-
Method Details
-
evalVector
-