org.apache.hadoop.hive.ql.parse
Class TableAccessCtx
java.lang.Object
org.apache.hadoop.hive.ql.parse.TableAccessCtx
- All Implemented Interfaces:
- NodeProcessorCtx
public class TableAccessCtx
- extends Object
- implements NodeProcessorCtx
This class implements the context information that is used for typechecking
phase in query compilation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableAccessCtx
public TableAccessCtx()
- Constructor.
getTableAccessInfo
public TableAccessInfo getTableAccessInfo()
addOperatorTableAccess
public void addOperatorTableAccess(Operator<? extends OperatorDesc> op,
Map<String,List<String>> tableToKeysMap)
Copyright © 2013 The Apache Software Foundation