Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
Public Member Functions | |
ShowCreateTableStmt (TableName table) | |
String | toSql () |
void | analyze (Analyzer analyzer) throws AnalysisException |
TTableName | toThrift () |
void | setIsExplain () |
boolean | isExplain () |
Protected Attributes | |
boolean | isExplain_ = false |
Private Attributes | |
TableName | tableName_ |
Representation of a SHOW CREATE TABLE statement which returns the "CREATE TABLE ..." string that re-creates the table.
Syntax: SHOW CREATE TABLE
Definition at line 30 of file ShowCreateTableStmt.java.
|
inline |
Definition at line 33 of file ShowCreateTableStmt.java.
|
inline |
Perform semantic analysis of node and all of its children. Throws exception if any errors found.
analyzer |
AnalysisException |
Implements com.cloudera.impala.analysis.ParseNode.
Definition at line 42 of file ShowCreateTableStmt.java.
References com.cloudera.impala.analysis.TableName.isFullyQualified(), com.cloudera.impala.analysis.ShowCreateTableStmt.tableName_, and com.cloudera.impala.authorization.Privilege.VIEW_METADATA.
|
inlineinherited |
Definition at line 43 of file StatementBase.java.
References com.cloudera.impala.analysis.StatementBase.isExplain_.
|
inlineinherited |
Definition at line 42 of file StatementBase.java.
References com.cloudera.impala.analysis.StatementBase.isExplain_.
|
inline |
Implements com.cloudera.impala.analysis.ParseNode.
Definition at line 39 of file ShowCreateTableStmt.java.
References com.cloudera.impala.analysis.ShowCreateTableStmt.tableName_.
|
inline |
Definition at line 53 of file ShowCreateTableStmt.java.
|
protectedinherited |
|
private |
Definition at line 31 of file ShowCreateTableStmt.java.
Referenced by com.cloudera.impala.analysis.ShowCreateTableStmt.analyze(), and com.cloudera.impala.analysis.ShowCreateTableStmt.toSql().