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
Fields inherited from class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer |
conf, console, ctx, db, fetchTask, fetchTaskInit, idToTableNameMap, LOG, pathid, randomid, rootTasks, scratchDir |
Methods inherited from class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer |
analyze, charSetString, getFetchTask, getFetchTaskInit, getIdToTableNameMap, getRootTasks, getTmpFileName, reset, setFetchTask, setFetchTaskInit, stripQuotes, unescapeIdentifier, unescapeSQLString |
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,
Context ctx)
throws SemanticException
- Specified by:
analyzeInternal
in class BaseSemanticAnalyzer
- Throws:
SemanticException
Copyright © 2009 The Apache Software Foundation