| Package | Description |
|---|---|
| gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
| Modifier and Type | Method and Description |
|---|---|
THashByClause |
TFromTable.getHashByClause()
Gets the HASH BY clause for Teradata table functions.
|
THashByClause |
TSelectSqlNode.getHashByClause() |
THashByClause |
TTable.getHashByClause()
Gets the HASH BY clause for Teradata table functions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TParseTreeVisitor.postVisit(THashByClause node) |
void |
TParseTreeVisitor.preVisit(THashByClause node) |
void |
TFromTable.setHashByClause(THashByClause hashByClause)
Sets the HASH BY clause for Teradata table functions.
|
void |
TSelectSqlNode.setHashByClause(THashByClause hashByClause) |
void |
TTable.setHashByClause(THashByClause hashByClause)
Sets the HASH BY clause for Teradata table functions.
|