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

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

public class ParseDriver
extends Object


Nested Class Summary
 class ParseDriver.ANTLRNoCaseStringStream
           
 class ParseDriver.HiveLexerX
           
 class ParseDriver.HiveParserX
           
 
Constructor Summary
ParseDriver()
           
 
Method Summary
 ASTNode parse(String command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParseDriver

public ParseDriver()
Method Detail

parse

public ASTNode parse(String command)
              throws ParseException
Throws:
ParseException


Copyright © 2009 The Apache Software Foundation