Class IfFunctionVectorProcessor<T>
java.lang.Object
org.apache.druid.math.expr.vector.IfFunctionVectorProcessor<T>
- All Implemented Interfaces:
ExprVectorProcessor<T>
- Direct Known Subclasses:
IfDoubleVectorProcessor,IfLongVectorProcessor,IfObjectVectorProcessor
-
Constructor Summary
ConstructorsConstructorDescriptionIfFunctionVectorProcessor(ExpressionType outputType, ExprVectorProcessor<?> conditionProcessor, ExprVectorProcessor<T> thenProcessor, ExprVectorProcessor<T> elseProcessor) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.druid.math.expr.vector.ExprVectorProcessor
evalVector
-
Constructor Details
-
IfFunctionVectorProcessor
public IfFunctionVectorProcessor(ExpressionType outputType, ExprVectorProcessor<?> conditionProcessor, ExprVectorProcessor<T> thenProcessor, ExprVectorProcessor<T> elseProcessor)
-
-
Method Details
-
getOutputType
- Specified by:
getOutputTypein interfaceExprVectorProcessor<T>
-
maxVectorSize
public int maxVectorSize()- Specified by:
maxVectorSizein interfaceExprVectorProcessor<T>
-