Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
Public Member Functions | |
void | analyze (Analyzer analyzer) throws AnalysisException |
String | toSql () |
void | setIsExplain () |
boolean | isExplain () |
Protected Attributes | |
boolean | isExplain_ = false |
Base class for all Impala SQL statements.
Definition at line 22 of file StatementBase.java.
|
inline |
Analyzes the statement and throws an AnalysisException if analysis fails. A failure could be due to a problem with the statement or because one or more tables/views were missing from the catalog. It is up to the analysis() implementation to ensure the maximum number of missing tables/views get collected in the Analyzer before failing analyze().
Implements com.cloudera.impala.analysis.ParseNode.
Definition at line 33 of file StatementBase.java.
References com.cloudera.impala.analysis.StatementBase.isExplain_.
|
inline |
Definition at line 43 of file StatementBase.java.
References com.cloudera.impala.analysis.StatementBase.isExplain_.
|
inline |
Definition at line 42 of file StatementBase.java.
References com.cloudera.impala.analysis.StatementBase.isExplain_.
|
inline |
Print SQL syntax corresponding to this node.
Implements com.cloudera.impala.analysis.ParseNode.
Definition at line 41 of file StatementBase.java.
Referenced by com.cloudera.impala.analysis.CreateUdaStmt.analyze(), and com.cloudera.impala.analysis.QueryStmt.createSortInfo().
|
protected |