public class CastDecimalToDouble extends FuncDecimalToDouble
VectorExpression.Type
childExpressions, inputTypes, outputType
Constructor and Description |
---|
CastDecimalToDouble() |
CastDecimalToDouble(int inputCol,
int outputCol) |
Modifier and Type | Method and Description |
---|---|
protected void |
func(DoubleColumnVector outV,
DecimalColumnVector inV,
int i) |
evaluate, getDescriptor, getInputColumn, getOutputColumn, getOutputType, setInputColumn, setOutputColumn
evaluateChildren, getChildExpressions, getInputTypes, setChildExpressions, setInputTypes, setOutputType, toString
public CastDecimalToDouble()
public CastDecimalToDouble(int inputCol, int outputCol)
protected void func(DoubleColumnVector outV, DecimalColumnVector inV, int i)
func
in class FuncDecimalToDouble
Copyright © 2017 The Apache Software Foundation. All rights reserved.