public class ExprNodeColumnEvaluator extends ExprNodeEvaluator<ExprNodeColumnDesc>
conf, expr, outputOI| Constructor and Description |
|---|
ExprNodeColumnEvaluator(ExprNodeColumnDesc expr,
org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
_evaluate(Object row,
int version)
Evaluate value
|
ObjectInspector |
initialize(ObjectInspector rowInspector)
Initialize should be called once and only once.
|
evaluate, evaluate, getChildren, getConf, getExpr, getOutputOI, isConsistentWithinQuery, isDeterministic, isRuntimeConstant, isStateful, setConf, toStringpublic ExprNodeColumnEvaluator(ExprNodeColumnDesc expr, org.apache.hadoop.conf.Configuration conf)
public ObjectInspector initialize(ObjectInspector rowInspector) throws HiveException
ExprNodeEvaluatorinitialize in class ExprNodeEvaluator<ExprNodeColumnDesc>HiveExceptionprotected Object _evaluate(Object row, int version) throws HiveException
ExprNodeEvaluator_evaluate in class ExprNodeEvaluator<ExprNodeColumnDesc>HiveExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.