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

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

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

Methods in org.apache.hadoop.hive.ql with parameters of type BaseSemanticAnalyzer
static Schema Driver.getSchema(BaseSemanticAnalyzer sem, HiveConf conf)
          Get a Schema with fields represented with native Hive types
 

Constructors in org.apache.hadoop.hive.ql with parameters of type BaseSemanticAnalyzer
QueryPlan(String queryString, BaseSemanticAnalyzer sem)
           
 

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

Subclasses of BaseSemanticAnalyzer in org.apache.hadoop.hive.ql.parse
 class DDLSemanticAnalyzer
          DDLSemanticAnalyzer.
 class ExplainSemanticAnalyzer
          ExplainSemanticAnalyzer.
 class FunctionSemanticAnalyzer
          FunctionSemanticAnalyzer.
 class LoadSemanticAnalyzer
          LoadSemanticAnalyzer.
 class SemanticAnalyzer
          Implementation of the semantic analyzer.
 

Methods in org.apache.hadoop.hive.ql.parse that return BaseSemanticAnalyzer
static BaseSemanticAnalyzer SemanticAnalyzerFactory.get(HiveConf conf, ASTNode tree)
           
 



Copyright © 2011 The Apache Software Foundation