Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<TReplaceExprAsIdentifier> |
TResultColumn.getExprAsIdentifiers()
BigQuery replace columns
SELECT * REPLACE (quantity/2 AS quantity) |
ArrayList<TReplaceExprAsIdentifier> |
TExceptReplaceClause.getExprAsIdentifiers() |
ArrayList<TReplaceExprAsIdentifier> |
TResultColumn.getReplaceExprAsIdentifiers()
BigQuery select * except(expr as identifier)
|
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TReplaceExprAsIdentifier node) |
void |
TParseTreeVisitor.preVisit(TReplaceExprAsIdentifier node) |