Class CaseSearchedFunctionVectorProcessor<T>

java.lang.Object
org.apache.druid.math.expr.vector.CaseSearchedFunctionVectorProcessor<T>
All Implemented Interfaces:
ExprVectorProcessor<T>
Direct Known Subclasses:
CaseSearchedDoubleVectorProcessor, CaseSearchedLongVectorProcessor, CaseSearchedObjectVectorProcessor

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