public abstract class FuncLongToString extends VectorExpression
VectorExpression.Type
Modifier and Type | Field and Description |
---|---|
protected byte[] |
bytes |
childExpressions, inputTypes, outputType
Modifier and Type | Method and Description |
---|---|
void |
evaluate(VectorizedRowBatch batch)
This is the primary method to implement expression logic.
|
VectorExpressionDescriptor.Descriptor |
getDescriptor() |
int |
getInputCol() |
int |
getOutputCol() |
int |
getOutputColumn()
Returns the index of the output column in the array
of column vectors.
|
String |
getOutputType()
Returns type of the output column.
|
void |
setInputCol(int inputCol) |
void |
setOutputCol(int outputCol) |
evaluateChildren, getChildExpressions, getInputTypes, setChildExpressions, setInputTypes, setOutputType, toString
public void evaluate(VectorizedRowBatch batch)
VectorExpression
evaluate
in class VectorExpression
public int getOutputColumn()
VectorExpression
getOutputColumn
in class VectorExpression
public int getOutputCol()
public void setOutputCol(int outputCol)
public int getInputCol()
public void setInputCol(int inputCol)
public String getOutputType()
VectorExpression
getOutputType
in class VectorExpression
public VectorExpressionDescriptor.Descriptor getDescriptor()
getDescriptor
in class VectorExpression
Copyright © 2017 The Apache Software Foundation. All rights reserved.