public class ExprNodeConstantEvaluator extends ExprNodeEvaluator<ExprNodeConstantDesc>
expr, outputOI| Constructor and Description |
|---|
ExprNodeConstantEvaluator(ExprNodeConstantDesc expr) |
| 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, toStringpublic ExprNodeConstantEvaluator(ExprNodeConstantDesc expr)
public ObjectInspector initialize(ObjectInspector rowInspector) throws HiveException
ExprNodeEvaluatorinitialize in class ExprNodeEvaluator<ExprNodeConstantDesc>HiveExceptionprotected Object _evaluate(Object row, int version) throws HiveException
ExprNodeEvaluator_evaluate in class ExprNodeEvaluator<ExprNodeConstantDesc>HiveExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.