Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
Public Member Functions | |
ShowDataSrcsStmt () | |
ShowDataSrcsStmt (String pattern) | |
String | getPattern () |
String | toSql () |
void | analyze (Analyzer analyzer) throws AnalysisException |
TShowDataSrcsParams | toThrift () |
void | setIsExplain () |
boolean | isExplain () |
Protected Attributes | |
boolean | isExplain_ = false |
Private Attributes | |
final String | pattern_ |
Representation of a SHOW DATA SOURCES [pattern] statement. Acceptable syntax:
SHOW DATA SOURCES SHOW DATA SOURCES LIKE 'pattern' TODO: Refactor Show*Stmt to remove code duplication
Definition at line 28 of file ShowDataSrcsStmt.java.
|
inline |
Default constructor, which creates a show statement which returns all data sources.
Definition at line 36 of file ShowDataSrcsStmt.java.
|
inline |
Constructs a show statement which matches all data sources against the supplied pattern.
Definition at line 44 of file ShowDataSrcsStmt.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 60 of file ShowDataSrcsStmt.java.
|
inline |
Definition at line 48 of file ShowDataSrcsStmt.java.
References com.cloudera.impala.analysis.ShowDataSrcsStmt.pattern_.
Referenced by com.cloudera.impala.analysis.ShowDataSrcsStmt.toThrift().
|
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 51 of file ShowDataSrcsStmt.java.
References com.cloudera.impala.analysis.ShowDataSrcsStmt.pattern_.
|
inline |
Definition at line 64 of file ShowDataSrcsStmt.java.
References com.cloudera.impala.analysis.ShowDataSrcsStmt.getPattern().
|
protectedinherited |
|
private |
Definition at line 30 of file ShowDataSrcsStmt.java.
Referenced by com.cloudera.impala.analysis.ShowDataSrcsStmt.getPattern(), and com.cloudera.impala.analysis.ShowDataSrcsStmt.toSql().