Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.nodes.hive | |
gudusoft.gsqlparser.nodes.teradata | |
gudusoft.gsqlparser.scriptWriter |
Modifier and Type | Method and Description |
---|---|
TAliasClause |
TJoin.getAliasClause() |
TAliasClause |
TNodeWithAliasClause.getAliasClause() |
TAliasClause |
TExpression.getExprAlias()
In Teradata, it is possible there is an alias for expression
|
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TAliasClause node) |
void |
TParseTreeVisitor.preVisit(TAliasClause node) |
void |
TNodeWithAliasClause.setAliasClause(TAliasClause aliasClause) |
void |
TExpression.setExprAlias(TAliasClause exprAlias) |
Modifier and Type | Method and Description |
---|---|
TAliasClause |
THivePartitionedTableFunction.getAlias() |
TAliasClause |
THiveTransformClause.getAliasClause() |
TAliasClause |
THiveLateralView.getTableAlias() |
Modifier and Type | Method and Description |
---|---|
void |
THivePartitionedTableFunction.setAlias(TAliasClause alias) |
void |
THiveTransformClause.setAliasClause(TAliasClause aliasClause) |
void |
THiveLateralView.setTableAlias(TAliasClause tableAlias) |
Modifier and Type | Method and Description |
---|---|
TAliasClause |
TExpandOnClause.getExpandColumnAlias() |
Modifier and Type | Method and Description |
---|---|
void |
TExpandOnClause.setExpandColumnAlias(TAliasClause expandColumnAlias) |
Modifier and Type | Method and Description |
---|---|
void |
TScriptGeneratorVisitor.preVisit(TAliasClause node) |
Copyright © 2019. All rights reserved.