Uses of Class
io.trino.sql.tree.SymbolReference
Packages that use SymbolReference
-
Uses of SymbolReference in io.trino.sql
Methods in io.trino.sql with parameters of type SymbolReferenceModifier and TypeMethodDescriptionprotected StringExpressionFormatter.Formatter.visitSymbolReference(SymbolReference node, Void context) -
Uses of SymbolReference in io.trino.sql.tree
Methods in io.trino.sql.tree that return types with arguments of type SymbolReferenceMethods in io.trino.sql.tree with parameters of type SymbolReferenceModifier and TypeMethodDescriptionExpressionRewriter.rewriteSymbolReference(SymbolReference node, C context, ExpressionTreeRewriter<C> treeRewriter) protected RAstVisitor.visitSymbolReference(SymbolReference node, C context) Constructors in io.trino.sql.tree with parameters of type SymbolReferenceConstructor parameters in io.trino.sql.tree with type arguments of type SymbolReferenceModifierConstructorDescriptionLabelDereference(String label, Optional<SymbolReference> reference)