org.apache.hadoop.hive.ql.parse
Class FunctionSemanticAnalyzer
java.lang.Object
org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
org.apache.hadoop.hive.ql.parse.FunctionSemanticAnalyzer
public class FunctionSemanticAnalyzer
- extends BaseSemanticAnalyzer
Fields inherited from class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer |
COLUMNAR_SERDE, conf, console, ctx, db, fetchTask, fetchTaskInit, idToTableNameMap, inputs, outputs, 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, getColumnNames, getColumnNamesOrder, getColumns, getFetchTask, getFetchTaskInit, getIdToTableNameMap, getInputs, getOutputs, getRootTasks, getTypeStringFromAST, reset, setFetchTask, setFetchTaskInit, stripQuotes, unescapeIdentifier, unescapeSQLString, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FunctionSemanticAnalyzer
public FunctionSemanticAnalyzer(HiveConf conf)
throws SemanticException
- Throws:
SemanticException
analyzeInternal
public void analyzeInternal(ASTNode ast)
throws SemanticException
- Specified by:
analyzeInternal
in class BaseSemanticAnalyzer
- Throws:
SemanticException
Copyright © 2009 The Apache Software Foundation