public class HiveParserDDLSemanticAnalyzer extends Object
HiveParserASTNode
to the corresponding Operation
.Constructor and Description |
---|
HiveParserDDLSemanticAnalyzer(HiveParserQueryState queryState,
HiveCatalog hiveCatalog,
CatalogManager catalogManager,
HiveParser hiveParser,
HiveShim hiveShim,
HiveParserContext context,
HiveParserDMLHelper dmlHelper) |
Modifier and Type | Method and Description |
---|---|
Operation |
convertToOperation(HiveParserASTNode ast) |
static HashMap<String,String> |
getPartSpec(HiveParserASTNode partspec) |
static HashMap<String,String> |
getProps(HiveParserASTNode prop) |
static String |
getTypeName(HiveParserASTNode node) |
public HiveParserDDLSemanticAnalyzer(HiveParserQueryState queryState, HiveCatalog hiveCatalog, CatalogManager catalogManager, HiveParser hiveParser, HiveShim hiveShim, HiveParserContext context, HiveParserDMLHelper dmlHelper) throws org.apache.hadoop.hive.ql.parse.SemanticException
org.apache.hadoop.hive.ql.parse.SemanticException
public static String getTypeName(HiveParserASTNode node) throws org.apache.hadoop.hive.ql.parse.SemanticException
org.apache.hadoop.hive.ql.parse.SemanticException
public Operation convertToOperation(HiveParserASTNode ast) throws org.apache.hadoop.hive.ql.parse.SemanticException
org.apache.hadoop.hive.ql.parse.SemanticException
public static HashMap<String,String> getProps(HiveParserASTNode prop)
public static HashMap<String,String> getPartSpec(HiveParserASTNode partspec)
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.