public class FilterDoubleColumnInList extends VectorExpression implements IDoubleInExpr
VectorExpression.TypechildExpressions, inputTypes, outputType| Constructor and Description |
|---|
FilterDoubleColumnInList() |
FilterDoubleColumnInList(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() |
double[] |
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(double[] a) |
evaluateChildren, getChildExpressions, getInputTypes, setChildExpressions, setInputTypes, setOutputType, toStringpublic FilterDoubleColumnInList()
public FilterDoubleColumnInList(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 double[] getInListValues()
public void setInListValues(double[] a)
setInListValues in interface IDoubleInExprCopyright © 2015 The Apache Software Foundation. All rights reserved.