Uses of Class
org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer.tableSpec

Packages that use BaseSemanticAnalyzer.tableSpec
org.apache.hadoop.hive.ql.parse   
org.apache.hadoop.hive.ql.plan   
 

Uses of BaseSemanticAnalyzer.tableSpec in org.apache.hadoop.hive.ql.parse
 

Methods in org.apache.hadoop.hive.ql.parse that return BaseSemanticAnalyzer.tableSpec
 BaseSemanticAnalyzer.tableSpec QBParseInfo.getTableSpec()
          This method is used only for the anlayze command to get the partition specs
 BaseSemanticAnalyzer.tableSpec QBParseInfo.getTableSpec(String tName)
           
 

Methods in org.apache.hadoop.hive.ql.parse with parameters of type BaseSemanticAnalyzer.tableSpec
 void QBParseInfo.addTableSpec(String tName, BaseSemanticAnalyzer.tableSpec tSpec)
           
 

Uses of BaseSemanticAnalyzer.tableSpec in org.apache.hadoop.hive.ql.plan
 

Methods in org.apache.hadoop.hive.ql.plan that return BaseSemanticAnalyzer.tableSpec
 BaseSemanticAnalyzer.tableSpec StatsWork.getTableSpecs()
           
 

Constructors in org.apache.hadoop.hive.ql.plan with parameters of type BaseSemanticAnalyzer.tableSpec
StatsWork(BaseSemanticAnalyzer.tableSpec tableSpecs)
           
 



Copyright © 2012 The Apache Software Foundation