org.apache.hadoop.hive.ql.parse
Class OpParseContext

java.lang.Object
  extended by 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.


Constructor Summary
OpParseContext()
           
OpParseContext(RowResolver rr)
           
 
Method Summary
 RowResolver getRR()
           
 void setRR(RowResolver rr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpParseContext

public OpParseContext()

OpParseContext

public OpParseContext(RowResolver rr)
Parameters:
rr - row resolver
Method Detail

getRR

public RowResolver getRR()
Returns:
the row resolver

setRR

public void setRR(RowResolver rr)
Parameters:
rr - the row resolver to set


Copyright © 2010 The Apache Software Foundation