public class CastLongToChar extends CastLongToString implements TruncStringOutput
VectorExpression.Type
temp
childExpressions, inputTypes, outputType
Constructor and Description |
---|
CastLongToChar() |
CastLongToChar(int inputColumn,
int outputColumn) |
Modifier and Type | Method and Description |
---|---|
protected void |
assign(BytesColumnVector outV,
int i,
byte[] bytes,
int length) |
int |
getMaxLength() |
String |
getOutputType()
Returns type of the output column.
|
void |
setMaxLength(int maxLength) |
func
evaluate, getDescriptor, getInputColumn, getOutputColumn, setInputColumn, setOutputColumn
evaluateChildren, getChildExpressions, getInputTypes, setChildExpressions, setInputTypes, setOutputType, toString
public CastLongToChar()
public CastLongToChar(int inputColumn, int outputColumn)
protected void assign(BytesColumnVector outV, int i, byte[] bytes, int length)
assign
in class CastLongToString
public String getOutputType()
VectorExpression
getOutputType
in class LongToStringUnaryUDF
public int getMaxLength()
getMaxLength
in interface TruncStringOutput
public void setMaxLength(int maxLength)
setMaxLength
in interface TruncStringOutput
Copyright © 2017 The Apache Software Foundation. All rights reserved.