org.apache.hadoop.hive.ql.exec
Class ExprNodeConstantEvaluator
java.lang.Object
org.apache.hadoop.hive.ql.exec.ExprNodeEvaluator<ExprNodeConstantDesc>
org.apache.hadoop.hive.ql.exec.ExprNodeConstantEvaluator
public class ExprNodeConstantEvaluator
- extends ExprNodeEvaluator<ExprNodeConstantDesc>
ExprNodeConstantEvaluator.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExprNodeConstantEvaluator
public ExprNodeConstantEvaluator(ExprNodeConstantDesc expr)
initialize
public ObjectInspector initialize(ObjectInspector rowInspector)
throws HiveException
- Description copied from class:
ExprNodeEvaluator
- Initialize should be called once and only once. Return the ObjectInspector
for the return value, given the rowInspector.
- Specified by:
initialize
in class ExprNodeEvaluator<ExprNodeConstantDesc>
- Throws:
HiveException
_evaluate
protected Object _evaluate(Object row,
int version)
throws HiveException
- Description copied from class:
ExprNodeEvaluator
- Evaluate value
- Specified by:
_evaluate
in class ExprNodeEvaluator<ExprNodeConstantDesc>
- Throws:
HiveException
Copyright © 2012 The Apache Software Foundation