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 |
COLUMNAR_SERDE, conf, console, ctx, db, fetchTask, HIVE_COLUMN_ORDER_ASC, HIVE_COLUMN_ORDER_DESC, idToTableNameMap, inputs, linfo, outputs, queryProperties, RCFILE_INPUT, RCFILE_OUTPUT, rootTasks, SEQUENCEFILE_INPUT, SEQUENCEFILE_OUTPUT, TEXTFILE_INPUT, TEXTFILE_OUTPUT |
Methods inherited from class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer |
analyze, charSetString, extractPartitionSpecs, getColumnNames, getColumnNamesOrder, getColumns, getColumns, getDb, getFetchTask, getIdToTableNameMap, getInputs, getLineageInfo, getOutputs, getQueryProperties, getResultSchema, getRootTasks, getTypeStringFromAST, getUnescapedName, handleGenericFileFormat, isValidPrefixSpec, readProps, reset, setFetchTask, setLineageInfo, stripQuotes, unescapeIdentifier, unescapeSQLString, validate |
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
getTypeName
public static String getTypeName(int token)
throws SemanticException
- Throws:
SemanticException
analyzeInternal
public void analyzeInternal(ASTNode ast)
throws SemanticException
- Specified by:
analyzeInternal
in class BaseSemanticAnalyzer
- Throws:
SemanticException
Copyright © 2013 The Apache Software Foundation