Uses of Class
gudusoft.gsqlparser.nodes.TReplaceExprAsIdentifier
Packages that use TReplaceExprAsIdentifier
Package
Description
Provides the classes represents various SQL query parse tree node.
-
Uses of TReplaceExprAsIdentifier in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return types with arguments of type TReplaceExprAsIdentifierModifier and TypeMethodDescriptionTExceptReplaceClause.getExprAsIdentifiers()TResultColumn.getExprAsIdentifiers()BigQuery replace columns
SELECT * REPLACE (quantity/2 AS quantity)TResultColumn.getReplaceExprAsIdentifiers()BigQuery select * except(expr as identifier)Methods in gudusoft.gsqlparser.nodes with parameters of type TReplaceExprAsIdentifierModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(TReplaceExprAsIdentifier node) voidTParseTreeVisitor.preVisit(TReplaceExprAsIdentifier node)