Class CoalesceFunctionVectorProcessor<T>
java.lang.Object
org.apache.druid.math.expr.vector.CoalesceFunctionVectorProcessor<T>
- All Implemented Interfaces:
ExprVectorProcessor<T>
- Direct Known Subclasses:
CoalesceDoubleVectorProcessor,CoalesceLongVectorProcessor,CoalesceVectorObjectProcessor
public abstract class CoalesceFunctionVectorProcessor<T>
extends Object
implements ExprVectorProcessor<T>
-
Constructor Summary
ConstructorsConstructorDescriptionCoalesceFunctionVectorProcessor(ExpressionType outputType, ExprVectorProcessor<T>[] processors) -
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
-
CoalesceFunctionVectorProcessor
public CoalesceFunctionVectorProcessor(ExpressionType outputType, ExprVectorProcessor<T>[] processors)
-
-
Method Details
-
getOutputType
- Specified by:
getOutputTypein interfaceExprVectorProcessor<T>
-
maxVectorSize
public int maxVectorSize()- Specified by:
maxVectorSizein interfaceExprVectorProcessor<T>
-