| Package | Description |
|---|---|
| gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
| gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
| Modifier and Type | Method and Description |
|---|---|
TFlinkWatermarkClause |
TTableElement.getFlinkWatermarkClause()
Gets the Flink WATERMARK clause if this table element represents one.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TParseTreeVisitor.postVisit(TFlinkWatermarkClause node) |
void |
TParseTreeVisitor.preVisit(TFlinkWatermarkClause node) |
void |
TTableElement.setFlinkWatermarkClause(TFlinkWatermarkClause flinkWatermarkClause) |
| Modifier and Type | Method and Description |
|---|---|
TFlinkWatermarkClause |
TCreateTableSqlStatement.getWatermarkClause()
Returns the first Flink WATERMARK clause in this CREATE TABLE statement.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TFlinkWatermarkClause> |
TCreateTableSqlStatement.getWatermarkClauses()
Returns the list of Flink WATERMARK clauses in this CREATE TABLE statement.
|