org.apache.hadoop.hive.ql.parse
Class DDLSemanticAnalyzer
java.lang.Object
org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
org.apache.hadoop.hive.ql.parse.DDLSemanticAnalyzer
public class DDLSemanticAnalyzer
- extends BaseSemanticAnalyzer
DDLSemanticAnalyzer.
| Fields inherited from class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer |
columnAccessInfo, conf, console, ctx, db, fetchTask, HIVE_COLUMN_ORDER_ASC, HIVE_COLUMN_ORDER_DESC, idToTableNameMap, inputs, linfo, ORCFILE_INPUT, ORCFILE_OUTPUT, ORCFILE_SERDE, outputs, PARQUETFILE_INPUT, PARQUETFILE_OUTPUT, PARQUETFILE_SERDE, queryProperties, RCFILE_INPUT, RCFILE_OUTPUT, rootTasks, SEQUENCEFILE_INPUT, SEQUENCEFILE_OUTPUT, tableAccessInfo, TEXTFILE_INPUT, TEXTFILE_OUTPUT |
| Methods inherited from class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer |
analyze, analyzeDDLSkewedValues, analyzeSkewedTablDDLColNames, analyzeStoredAdDirs, charSetString, constructListBucketingCtx, createHiveDB, extractPartitionSpecs, getColumnAccessInfo, getColumnNames, getColumnNamesOrder, getColumns, getColumns, getDatabase, getDatabase, getDb, getFetchTask, getIdToTableNameMap, getInputs, getLineageInfo, getOutputs, getPartition, getPartitions, getQueryProperties, getResultSchema, getRootTasks, getSkewedValueFromASTNode, getSkewedValuesFromASTNode, getTable, getTable, getTable, getTableAccessInfo, getTableWithQN, getTypeStringFromAST, getUnescapedName, getUnescapedName, getUnescapedUnqualifiedTableName, handleGenericFileFormat, init, initCtx, isValidPrefixSpec, readProps, reset, setColumnAccessInfo, setFetchTask, setLineageInfo, setTableAccessInfo, stripIdentifierQuotes, stripQuotes, toMessage, unescapeIdentifier, unescapeSQLString, validate, validatePartSpec |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DDLSemanticAnalyzer
public DDLSemanticAnalyzer(HiveConf conf)
throws SemanticException
- Throws:
SemanticException
DDLSemanticAnalyzer
public DDLSemanticAnalyzer(HiveConf conf,
Hive db)
throws SemanticException
- Throws:
SemanticException
getTypeName
public static String getTypeName(ASTNode node)
throws SemanticException
- Throws:
SemanticException
analyzeInternal
public void analyzeInternal(ASTNode ast)
throws SemanticException
- Specified by:
analyzeInternal in class BaseSemanticAnalyzer
- Throws:
SemanticException
getPartSpec
public static HashMap<String,String> getPartSpec(ASTNode partspec)
throws SemanticException
- Throws:
SemanticException
Copyright © 2014 The Apache Software Foundation. All rights reserved.