public class AnalyzeCommandUtils extends Object
| Constructor and Description |
|---|
AnalyzeCommandUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
getPartKeyValuePairsFromAST(Table tbl,
ASTNode tree,
HiveConf hiveConf) |
static Table |
getTable(ASTNode tree,
BaseSemanticAnalyzer sa) |
static boolean |
isPartitionLevelStats(ASTNode tree) |
public static boolean isPartitionLevelStats(ASTNode tree)
public static Table getTable(ASTNode tree, BaseSemanticAnalyzer sa) throws SemanticException
SemanticExceptionpublic static Map<String,String> getPartKeyValuePairsFromAST(Table tbl, ASTNode tree, HiveConf hiveConf) throws SemanticException
SemanticExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.