public class FilterStringColumnBetween extends VectorExpression
VectorExpression.TypechildExpressions, inputTypes, outputType| Constructor and Description |
|---|
FilterStringColumnBetween() |
FilterStringColumnBetween(int colNum,
byte[] left,
byte[] right) |
| Modifier and Type | Method and Description |
|---|---|
void |
evaluate(VectorizedRowBatch batch)
This is the primary method to implement expression logic.
|
int |
getColNum() |
VectorExpressionDescriptor.Descriptor |
getDescriptor() |
byte[] |
getLeft() |
int |
getOutputColumn()
Returns the index of the output column in the array
of column vectors.
|
String |
getOutputType()
Returns type of the output column.
|
byte[] |
getRight() |
void |
setColNum(int colNum) |
void |
setLeft(byte[] value) |
void |
setRight(byte[] value) |
evaluateChildren, getChildExpressions, getInputTypes, setChildExpressions, setInputTypes, setOutputType, toStringpublic FilterStringColumnBetween(int colNum,
byte[] left,
byte[] right)
public FilterStringColumnBetween()
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[] getLeft()
public void setLeft(byte[] value)
public byte[] getRight()
public void setRight(byte[] value)
public VectorExpressionDescriptor.Descriptor getDescriptor()
getDescriptor in class VectorExpressionCopyright © 2016 The Apache Software Foundation. All rights reserved.