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 |
---|---|
THiveDistributeBy |
TWindowSpecification.getDistributeBy()
Deprecated.
|
THiveDistributeBy |
TWindowPartitioningSpec.getDistributeBy() |
THiveDistributeBy |
TWindowDef.getDistributeBy() |
THiveDistributeBy |
TSelectSqlNode.getDistributeBy() |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(THiveDistributeBy node) |
void |
TParseTreeVisitor.preVisit(THiveDistributeBy node) |
void |
TWindowSpecification.setDistributeBy(THiveDistributeBy distributeBy)
Deprecated.
|
void |
TWindowPartitioningSpec.setDistributeBy(THiveDistributeBy distributeBy) |
void |
TWindowDef.setDistributeBy(THiveDistributeBy distributeBy) |
void |
TSelectSqlNode.setDistributeBy(THiveDistributeBy distributeBy) |
Modifier and Type | Method and Description |
---|---|
THiveDistributeBy |
TSelectSqlStatement.getDistributeBy() |
Modifier and Type | Method and Description |
---|---|
void |
TSelectSqlStatement.setDistributeBy(THiveDistributeBy distributeBy) |
Copyright © 2019. All rights reserved.