public class ExprNodeFieldEvaluator extends ExprNodeEvaluator<ExprNodeFieldDesc>
expr, outputOI
Constructor and Description |
---|
ExprNodeFieldEvaluator(ExprNodeFieldDesc desc) |
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, getExpr, getOutputOI, isDeterministic, isStateful, toString
public ExprNodeFieldEvaluator(ExprNodeFieldDesc desc) throws HiveException
HiveException
public ObjectInspector initialize(ObjectInspector rowInspector) throws HiveException
ExprNodeEvaluator
initialize
in class ExprNodeEvaluator<ExprNodeFieldDesc>
HiveException
protected Object _evaluate(Object row, int version) throws HiveException
ExprNodeEvaluator
_evaluate
in class ExprNodeEvaluator<ExprNodeFieldDesc>
HiveException
Copyright © 2017 The Apache Software Foundation. All rights reserved.