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>