public class HiveQLPlanner extends Object
| Constructor and Description |
|---|
HiveQLPlanner() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
comressedContentOfFile(File file) |
PlanNode |
getCreatedPlan() |
static List<String> |
getNodes(org.antlr.runtime.tree.CommonTree tree,
String... path) |
static TableDesc |
getTablesSource(String table) |
void |
processLine(String line)
Process each HiveQL command separately.
|
protected static String |
removeQuotes(String str) |
public void processLine(String line) throws Exception
line - Multiple queries lineException - if parsing failspublic PlanNode getCreatedPlan()
public static List<String> getNodes(org.antlr.runtime.tree.CommonTree tree, String... path)
public byte[] comressedContentOfFile(File file)
Copyright © 2017. All Rights Reserved.