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