public class HiveQLParser extends Object
| Constructor and Description |
|---|
HiveQLParser() |
| Modifier and Type | Method and Description |
|---|---|
int |
compile() |
PlanNode |
constructPlan() |
int |
execute() |
org.antlr.runtime.tree.CommonTree |
getASTree()
Get the Abstract Syntax Tree
|
QueryType |
getQueryType()
Get last parsed query type
|
void |
parse(String command)
Parses the HiveQL query command
|
public void parse(String command) throws Exception
command - The query to be parsedException - If query parsing failedpublic int compile()
public int execute()
public org.antlr.runtime.tree.CommonTree getASTree()
Copyright © 2017. All Rights Reserved.