org.apache.hadoop.hive.ql.parse
Class OpParseContext
java.lang.Object
org.apache.hadoop.hive.ql.parse.OpParseContext
public class OpParseContext
- extends Object
Implementation of the Operator Parse Context. It maintains the parse context
that may be needed by an operator. Currently, it only maintains the row
resolver.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpParseContext
public OpParseContext()
OpParseContext
public OpParseContext(RowResolver rr)
- Parameters:
rr
- row resolver
getRR
public RowResolver getRR()
- Returns:
- the row resolver
setRR
public void setRR(RowResolver rr)
- Parameters:
rr
- the row resolver to set
Copyright © 2009 The Apache Software Foundation