public class FilterDecimalColumnNotBetween extends VectorExpression
VectorizedRowBatch is updated for in-place filtering.VectorExpression.TypechildExpressions, inputTypes, outputType| Constructor and Description |
|---|
FilterDecimalColumnNotBetween() |
FilterDecimalColumnNotBetween(int colNum,
HiveDecimal leftValue,
HiveDecimal rightValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
evaluate(VectorizedRowBatch batch)
This is the primary method to implement expression logic.
|
VectorExpressionDescriptor.Descriptor |
getDescriptor() |
int |
getOutputColumn()
Returns the index of the output column in the array
of column vectors.
|
String |
getOutputType()
Returns type of the output column.
|
evaluateChildren, getChildExpressions, getInputTypes, setChildExpressions, setInputTypes, setOutputType, toStringpublic FilterDecimalColumnNotBetween(int colNum,
HiveDecimal leftValue,
HiveDecimal rightValue)
public FilterDecimalColumnNotBetween()
public void evaluate(VectorizedRowBatch batch)
VectorExpressionevaluate in class VectorExpressionpublic int getOutputColumn()
VectorExpressiongetOutputColumn in class VectorExpressionpublic String getOutputType()
VectorExpressiongetOutputType in class VectorExpressionpublic VectorExpressionDescriptor.Descriptor getDescriptor()
getDescriptor in class VectorExpressionCopyright © 2015 The Apache Software Foundation. All rights reserved.