public class FilterDecimal64ColumnBetween extends FilterLongColumnBetween
leftValue, rightValuechildExpressions, inputColumnNum, inputDataTypePhysicalVariations, inputTypeInfos, LOG, outputColumnNum, outputDataTypePhysicalVariation, outputTypeInfo| Constructor and Description |
|---|
FilterDecimal64ColumnBetween() |
FilterDecimal64ColumnBetween(int colNum,
long leftValue,
long rightValue) |
| Modifier and Type | Method and Description |
|---|---|
VectorExpressionDescriptor.Descriptor |
getDescriptor() |
boolean |
shouldConvertDecimal64ToDecimal()
By default vector expressions do not handle decimal64 types and should be
converted into Decimal types if its output cannot handle Decimal64.
|
String |
vectorExpressionParameters() |
evaluate, getLeftValue, getRightValue, setLeftValue, setRightValuedisplayArrayOfUtf8ByteArrays, displayUtf8Bytes, doTransientInit, doTransientInit, evaluateChildren, getChildExpressions, getChildExpressionsForTransientInit, getColumnParamString, getDoubleValueParamString, getInputDataTypePhysicalVariations, getInputTypeInfos, getLongValueParamString, getOutputColumnNum, getOutputColumnVectorType, getOutputDataTypePhysicalVariation, getOutputTypeInfo, getParamTypeString, getTypeName, init, setChildExpressions, setInputDataTypePhysicalVariations, setInputTypeInfos, setOutputDataTypePhysicalVariation, setOutputTypeInfo, supportsCheckedExecution, toString, transientInitpublic FilterDecimal64ColumnBetween(int colNum,
long leftValue,
long rightValue)
public FilterDecimal64ColumnBetween()
public String vectorExpressionParameters()
vectorExpressionParameters in class FilterLongColumnBetweenpublic VectorExpressionDescriptor.Descriptor getDescriptor()
getDescriptor in class FilterLongColumnBetweenpublic boolean shouldConvertDecimal64ToDecimal()
VectorExpressionshouldConvertDecimal64ToDecimal in class VectorExpressionCopyright © 2024 The Apache Software Foundation. All rights reserved.