Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
Public Member Functions | |
ShowStatsStmt (TableName tableName, boolean isShowColStats) | |
String | toSql () |
void | analyze (Analyzer analyzer) throws AnalysisException |
TShowStatsParams | toThrift () |
void | setIsExplain () |
boolean | isExplain () |
Protected Member Functions | |
String | getSqlPrefix () |
Protected Attributes | |
final boolean | isShowColStats_ |
final TableName | tableName_ |
Table | table_ |
boolean | isExplain_ = false |
Representation of a SHOW TABLE/COLUMN STATS statement for displaying column and table/partition statistics for a given table.
Definition at line 27 of file ShowStatsStmt.java.
|
inline |
Definition at line 34 of file ShowStatsStmt.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 49 of file ShowStatsStmt.java.
References com.cloudera.impala.catalog.Table.getFullName(), com.cloudera.impala.analysis.ShowStatsStmt.getSqlPrefix(), com.cloudera.impala.analysis.ShowStatsStmt.table_, com.cloudera.impala.analysis.ShowStatsStmt.tableName_, and com.cloudera.impala.authorization.Privilege.VIEW_METADATA.
|
inlineprotected |
Definition at line 44 of file ShowStatsStmt.java.
References com.cloudera.impala.analysis.ShowStatsStmt.isShowColStats_.
Referenced by com.cloudera.impala.analysis.ShowStatsStmt.analyze(), and com.cloudera.impala.analysis.ShowStatsStmt.toSql().
|
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 40 of file ShowStatsStmt.java.
References com.cloudera.impala.analysis.ShowStatsStmt.getSqlPrefix().
|
inline |
|
protectedinherited |
|
protected |
Definition at line 28 of file ShowStatsStmt.java.
Referenced by com.cloudera.impala.analysis.ShowStatsStmt.getSqlPrefix(), and com.cloudera.impala.analysis.ShowStatsStmt.toThrift().
|
protected |
Definition at line 32 of file ShowStatsStmt.java.
Referenced by com.cloudera.impala.analysis.ShowPartitionsStmt.analyze(), com.cloudera.impala.analysis.ShowStatsStmt.analyze(), and com.cloudera.impala.analysis.ShowStatsStmt.toThrift().
|
protected |
Definition at line 29 of file ShowStatsStmt.java.
Referenced by com.cloudera.impala.analysis.ShowStatsStmt.analyze().