public class CastDecimalToLong extends FuncDecimalToLong
VectorExpression.Type
childExpressions, inputTypes, outputType
Constructor and Description |
---|
CastDecimalToLong() |
CastDecimalToLong(int inputColumn,
int outputColumn) |
Modifier and Type | Method and Description |
---|---|
protected void |
func(LongColumnVector outV,
DecimalColumnVector inV,
int i) |
evaluate, getDescriptor, getOutputColumn, getOutputType
evaluateChildren, getChildExpressions, getInputTypes, setChildExpressions, setInputTypes, setOutputType, toString
public CastDecimalToLong()
public CastDecimalToLong(int inputColumn, int outputColumn)
protected void func(LongColumnVector outV, DecimalColumnVector inV, int i)
func
in class FuncDecimalToLong
Copyright © 2017 The Apache Software Foundation. All rights reserved.