org.apache.hadoop.hive.ql.parse
Class LoadSemanticAnalyzer
java.lang.Object
org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
org.apache.hadoop.hive.ql.parse.LoadSemanticAnalyzer
public class LoadSemanticAnalyzer
- extends BaseSemanticAnalyzer
LoadSemanticAnalyzer.
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, LOG, outputs, 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, extractPartitionSpecs, getColumnNames, getColumnNamesOrder, getColumns, getColumns, getDb, getFetchTask, getIdToTableNameMap, getInputs, getLineageInfo, getOutputs, getQueryProperties, getResultSchema, getRootTasks, getSkewedValueFromASTNode, getSkewedValuesFromASTNode, getTableAccessInfo, getTypeStringFromAST, getUnescapedName, getUnescapedName, getUnescapedUnqualifiedTableName, handleGenericFileFormat, init, initCtx, isValidPrefixSpec, readProps, reset, setFetchTask, setLineageInfo, setTableAccessInfo, stripQuotes, unescapeIdentifier, unescapeSQLString, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoadSemanticAnalyzer
public LoadSemanticAnalyzer(HiveConf conf)
throws SemanticException
- Throws:
SemanticException
matchFilesOrDir
public static org.apache.hadoop.fs.FileStatus[] matchFilesOrDir(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path)
throws IOException
- Throws:
IOException
analyzeInternal
public void analyzeInternal(ASTNode ast)
throws SemanticException
- Specified by:
analyzeInternal
in class BaseSemanticAnalyzer
- Throws:
SemanticException
Copyright © 2013 The Apache Software Foundation