public class FilterLongColumnInList extends VectorExpression implements ILongInExpr
VectorExpression.TypechildExpressions, inputTypes, outputType| Constructor and Description |
|---|
FilterLongColumnInList() |
FilterLongColumnInList(int colNum)
After construction you must call setInListValues() to add the values to the IN set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
evaluate(VectorizedRowBatch batch)
This is the primary method to implement expression logic.
|
VectorExpressionDescriptor.Descriptor |
getDescriptor() |
long[] |
getInListValues() |
int |
getOutputColumn()
Returns the index of the output column in the array
of column vectors.
|
String |
getOutputType()
Returns type of the output column.
|
void |
setInListValues(long[] a) |
evaluateChildren, getChildExpressions, getInputTypes, setChildExpressions, setInputTypes, setOutputType, toStringpublic FilterLongColumnInList()
public FilterLongColumnInList(int colNum)
public void evaluate(VectorizedRowBatch batch)
VectorExpressionevaluate in class VectorExpressionpublic String getOutputType()
VectorExpressiongetOutputType in class VectorExpressionpublic int getOutputColumn()
VectorExpressiongetOutputColumn in class VectorExpressionpublic VectorExpressionDescriptor.Descriptor getDescriptor()
getDescriptor in class VectorExpressionpublic long[] getInListValues()
public void setInListValues(long[] a)
setInListValues in interface ILongInExprCopyright © 2016 The Apache Software Foundation. All rights reserved.