Package | Description |
---|---|
gudusoft.gsqlparser.dlineage.dataflow.model | |
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 |
Alias.getAliasObject() |
Modifier and Type | Method and Description |
---|---|
Alias |
ModelFactory.createAlias(TAliasClause aliasClause) |
Constructor and Description |
---|
Alias(TAliasClause aliasClause) |
Modifier and Type | Method and Description |
---|---|
TAliasClause |
TJoin.getAliasClause()
Deprecated.
|
TAliasClause |
TNodeWithAliasClause.getAliasClause() |
TAliasClause |
TExpression.getExprAlias()
In Teradata, it is possible there is an alias for expression
|
TAliasClause |
TJoinExpr.getJoin_using_alias()
Postgres: USING ( join_column [, ...] ) [ AS join_using_alias ]
|
TAliasClause |
TLateralView.getTableAlias() |
TAliasClause |
TFlashback.getTmpAlias() |
TAliasClause |
TUnnestClause.getWithOffsetAlais() |
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) |
void |
TLateralView.setTableAlias(TAliasClause tableAlias) |
Modifier and Type | Method and Description |
---|---|
TAliasClause |
THivePartitionedTableFunction.getAlias() |
TAliasClause |
THiveTransformClause.getAliasClause() |
Modifier and Type | Method and Description |
---|---|
void |
THivePartitionedTableFunction.setAlias(TAliasClause alias) |
void |
THiveTransformClause.setAliasClause(TAliasClause aliasClause1) |
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) |