Class ExprEvalLongVector
- java.lang.Object
-
- org.apache.druid.math.expr.vector.ExprEvalVector<long[]>
-
- org.apache.druid.math.expr.vector.ExprEvalLongVector
-
public final class ExprEvalLongVector extends ExprEvalVector<long[]>
-
-
Constructor Summary
Constructors Constructor Description ExprEvalLongVector(long[] values, boolean[] nulls)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[]getDoubleVector()long[]getLongVector()Object[]getObjectVector()ExpressionTypegetType()-
Methods inherited from class org.apache.druid.math.expr.vector.ExprEvalVector
getNullVector, values
-
-
-
-
Constructor Detail
-
ExprEvalLongVector
public ExprEvalLongVector(long[] values, @Nullable boolean[] nulls)
-
-
Method Detail
-
getType
public ExpressionType getType()
- Specified by:
getTypein classExprEvalVector<long[]>
-
getLongVector
public long[] getLongVector()
- Specified by:
getLongVectorin classExprEvalVector<long[]>
-
getDoubleVector
public double[] getDoubleVector()
- Specified by:
getDoubleVectorin classExprEvalVector<long[]>
-
getObjectVector
public Object[] getObjectVector()
- Specified by:
getObjectVectorin classExprEvalVector<long[]>
-
-