Class CastToLongVectorProcessor
- java.lang.Object
-
- org.apache.druid.math.expr.vector.CastToTypeVectorProcessor<long[]>
-
- org.apache.druid.math.expr.vector.CastToLongVectorProcessor
-
- All Implemented Interfaces:
ExprVectorProcessor<long[]>
public final class CastToLongVectorProcessor extends CastToTypeVectorProcessor<long[]>
-
-
Field Summary
-
Fields inherited from class org.apache.druid.math.expr.vector.CastToTypeVectorProcessor
delegate
-
-
Constructor Summary
Constructors Constructor Description CastToLongVectorProcessor(ExprVectorProcessor<?> delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExprEvalVector<long[]>evalVector(Expr.VectorInputBinding bindings)ExpressionTypegetOutputType()-
Methods inherited from class org.apache.druid.math.expr.vector.CastToTypeVectorProcessor
cast
-
-
-
-
Constructor Detail
-
CastToLongVectorProcessor
public CastToLongVectorProcessor(ExprVectorProcessor<?> delegate)
-
-
Method Detail
-
evalVector
public ExprEvalVector<long[]> evalVector(Expr.VectorInputBinding bindings)
-
getOutputType
public ExpressionType getOutputType()
-
-