Class CoalesceVectorObjectProcessor
java.lang.Object
org.apache.druid.math.expr.vector.CoalesceFunctionVectorProcessor<Object[]>
org.apache.druid.math.expr.vector.CoalesceVectorObjectProcessor
- All Implemented Interfaces:
ExprVectorProcessor<Object[]>
-
Constructor Summary
ConstructorsConstructorDescriptionCoalesceVectorObjectProcessor(ExpressionType outputType, ExprVectorProcessor<Object[]>[] processors) -
Method Summary
Methods inherited from class org.apache.druid.math.expr.vector.CoalesceFunctionVectorProcessor
getOutputType, maxVectorSize
-
Constructor Details
-
CoalesceVectorObjectProcessor
public CoalesceVectorObjectProcessor(ExpressionType outputType, ExprVectorProcessor<Object[]>[] processors)
-
-
Method Details
-
evalVector
-