|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
ASTNode |
ParseDriver.parse(String command,
Context ctx,
boolean setTokenRewriteStream)
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||