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

Packages that use ParseException
org.apache.hadoop.hive.ql.parse   
org.apache.hadoop.hive.ql.tools   
 

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

Methods in org.apache.hadoop.hive.ql.parse that throw ParseException
 ASTNode ParseDriver.parse(String command)
           
 ASTNode ParseDriver.parse(String command, Context ctx)
          Parses a command, optionally assigning the parser's token stream to the given context.
 ASTNode ParseDriver.parseSelect(String command, Context ctx)
           
 

Uses of ParseException in org.apache.hadoop.hive.ql.tools
 

Methods in org.apache.hadoop.hive.ql.tools that throw ParseException
 void LineageInfo.getLineageInfo(String query)
          parses given query and gets the lineage info.
static void LineageInfo.main(String[] args)
           
 



Copyright © 2012 The Apache Software Foundation