public abstract class StringGroupColGreaterStringGroupScalarBase extends VectorExpression
VectorExpression.Type| Modifier and Type | Field and Description |
|---|---|
protected int |
colNum |
protected int |
outputColumn |
protected byte[] |
value |
childExpressions, inputTypes, outputType| Constructor and Description |
|---|
StringGroupColGreaterStringGroupScalarBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
evaluate(VectorizedRowBatch batch)
This is the primary method to implement expression logic.
|
int |
getColNum() |
int |
getOutputColumn()
Returns the index of the output column in the array
of column vectors.
|
String |
getOutputType()
Returns type of the output column.
|
byte[] |
getValue() |
void |
setColNum(int colNum) |
void |
setOutputColumn(int outputColumn) |
void |
setValue(byte[] value) |
evaluateChildren, getChildExpressions, getDescriptor, getInputTypes, setChildExpressions, setInputTypes, setOutputType, toStringprotected int colNum
protected byte[] value
protected int outputColumn
public StringGroupColGreaterStringGroupScalarBase()
public void evaluate(VectorizedRowBatch batch)
VectorExpressionevaluate in class VectorExpressionpublic int getOutputColumn()
VectorExpressiongetOutputColumn in class VectorExpressionpublic String getOutputType()
VectorExpressiongetOutputType in class VectorExpressionpublic int getColNum()
public void setColNum(int colNum)
public byte[] getValue()
public void setValue(byte[] value)
public void setOutputColumn(int outputColumn)
Copyright © 2017 The Apache Software Foundation. All rights reserved.