public class ExprNodeFieldEvaluator extends ExprNodeEvaluator<ExprNodeFieldDesc>
expr, outputOI| Constructor and Description |
|---|
ExprNodeFieldEvaluator(ExprNodeFieldDesc desc) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
_evaluate(java.lang.Object row,
int version)
Evaluate value
|
ObjectInspector |
initialize(ObjectInspector rowInspector)
Initialize should be called once and only once.
|
evaluate, evaluate, getChildren, getExpr, getOutputOI, isDeterministic, isStatefulpublic ExprNodeFieldEvaluator(ExprNodeFieldDesc desc) throws HiveException
HiveExceptionpublic ObjectInspector initialize(ObjectInspector rowInspector) throws HiveException
ExprNodeEvaluatorinitialize in class ExprNodeEvaluator<ExprNodeFieldDesc>HiveExceptionprotected java.lang.Object _evaluate(java.lang.Object row,
int version)
throws HiveException
ExprNodeEvaluator_evaluate in class ExprNodeEvaluator<ExprNodeFieldDesc>HiveExceptionCopyright © 2012 The Apache Software Foundation