org.apache.hadoop.hive.ql.parse
Class LoadSemanticAnalyzer

java.lang.Object
  extended by org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
      extended by org.apache.hadoop.hive.ql.parse.LoadSemanticAnalyzer

public class LoadSemanticAnalyzer
extends BaseSemanticAnalyzer

LoadSemanticAnalyzer.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
BaseSemanticAnalyzer.tableSpec
 
Field Summary
 
Fields inherited from class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
HIVE_COLUMN_ORDER_ASC, HIVE_COLUMN_ORDER_DESC
 
Constructor Summary
LoadSemanticAnalyzer(HiveConf conf)
           
 
Method Summary
 void analyzeInternal(ASTNode ast)
           
static org.apache.hadoop.fs.FileStatus[] matchFilesOrDir(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path)
           
 
Methods inherited from class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
analyze, charSetString, getColumnAccessInfo, getColumnNames, getColumns, getDb, getFetchTask, getIdToTableNameMap, getInputs, getLineageInfo, getOutputs, getQueryProperties, getResultSchema, getRootTasks, getTableAccessInfo, getUnescapedName, getUnescapedName, getUnescapedUnqualifiedTableName, init, initCtx, isValidPrefixSpec, readProps, setColumnAccessInfo, setFetchTask, setLineageInfo, setTableAccessInfo, stripIdentifierQuotes, stripQuotes, unescapeIdentifier, unescapeSQLString, validate, validatePartSpec
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadSemanticAnalyzer

public LoadSemanticAnalyzer(HiveConf conf)
                     throws SemanticException
Throws:
SemanticException
Method Detail

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 © 2014 The Apache Software Foundation. All rights reserved.