Class CastToTypeVectorProcessor<TOutput>

java.lang.Object
org.apache.druid.math.expr.vector.CastToTypeVectorProcessor<TOutput>
All Implemented Interfaces:
ExprVectorProcessor<TOutput>
Direct Known Subclasses:
CastToDoubleVectorProcessor, CastToLongVectorProcessor, CastToObjectVectorProcessor

public abstract class CastToTypeVectorProcessor<TOutput> extends Object implements ExprVectorProcessor<TOutput>