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

java.lang.Object
  extended by org.apache.hadoop.hive.ql.parse.SemanticAnalyzerFactory

public class SemanticAnalyzerFactory
extends Object


Constructor Summary
SemanticAnalyzerFactory()
           
 
Method Summary
static BaseSemanticAnalyzer get(HiveConf conf, ASTNode tree)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SemanticAnalyzerFactory

public SemanticAnalyzerFactory()
Method Detail

get

public static BaseSemanticAnalyzer get(HiveConf conf,
                                       ASTNode tree)
                                throws SemanticException
Throws:
SemanticException


Copyright © 2009 The Apache Software Foundation