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

public abstract class IfFunctionVectorProcessor<T> extends Object implements ExprVectorProcessor<T>