public class LongColModuloLongColumnChecked extends LongColModuloLongColumn
childExpressions, inputDataTypePhysicalVariations, inputTypeInfos, outputColumnNum, outputDataTypePhysicalVariation, outputTypeInfo| Constructor and Description |
|---|
LongColModuloLongColumnChecked() |
LongColModuloLongColumnChecked(int colNum1,
int colNum2,
int outputColumnNum) |
| Modifier and Type | Method and Description |
|---|---|
void |
evaluate(org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch batch)
This is the primary method to implement expression logic.
|
boolean |
supportsCheckedExecution()
A vector expression which implements a checked execution to account for overflow handling
should override this method and return true.
|
getDescriptor, vectorExpressionParametersdisplayArrayOfUtf8ByteArrays, displayUtf8Bytes, doTransientInit, doTransientInit, evaluateChildren, getChildExpressions, getColumnParamString, getDoubleValueParamString, getInputDataTypePhysicalVariations, getInputTypeInfos, getLongValueParamString, getOutputColumnNum, getOutputColumnVectorType, getOutputDataTypePhysicalVariation, getOutputTypeInfo, getParamTypeString, getTypeName, init, setChildExpressions, setInputDataTypePhysicalVariations, setInputTypeInfos, setOutputDataTypePhysicalVariation, setOutputTypeInfo, toString, transientInitpublic LongColModuloLongColumnChecked(int colNum1,
int colNum2,
int outputColumnNum)
public LongColModuloLongColumnChecked()
public void evaluate(org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch batch)
throws HiveException
VectorExpressionevaluate in class LongColModuloLongColumnHiveExceptionpublic boolean supportsCheckedExecution()
VectorExpressionsupportsCheckedExecution in class VectorExpressionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.