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 |
---|---|
TDistributeBy |
TWindowDef.getDistributeBy() |
TDistributeBy |
TWindowSpecification.getDistributeBy()
Deprecated.
|
TDistributeBy |
TCreateTableOption.getDistributeBy() |
TDistributeBy |
TWindowPartitioningSpec.getDistributeBy() |
TDistributeBy |
TCreateTableSqlNode.getDistributeBy() |
TDistributeBy |
TSelectSqlNode.getDistributeBy() |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TDistributeBy node) |
void |
TParseTreeVisitor.preVisit(TDistributeBy node) |
void |
TWindowDef.setDistributeBy(TDistributeBy distributeBy) |
void |
TWindowSpecification.setDistributeBy(TDistributeBy distributeBy)
Deprecated.
|
void |
TWindowPartitioningSpec.setDistributeBy(TDistributeBy distributeBy) |
void |
TCreateTableSqlNode.setDistributeBy(TDistributeBy distributeBy) |
void |
TSelectSqlNode.setDistributeBy(TDistributeBy distributeBy) |
Modifier and Type | Method and Description |
---|---|
TDistributeBy |
TSelectSqlStatement.getDistributeBy() |
Modifier and Type | Method and Description |
---|---|
void |
TSelectSqlStatement.setDistributeBy(TDistributeBy distributeBy) |