public class CastDecimalToTimestamp extends FuncDecimalToLong
VectorExpression.Type
childExpressions, inputTypes, outputType
Constructor and Description |
---|
CastDecimalToTimestamp() |
CastDecimalToTimestamp(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 CastDecimalToTimestamp(int inputColumn, int outputColumn)
public CastDecimalToTimestamp()
protected void func(LongColumnVector outV, DecimalColumnVector inV, int i)
func
in class FuncDecimalToLong
Copyright © 2017 The Apache Software Foundation. All rights reserved.