Uses of Class
io.trino.sql.tree.SymbolReference
-
Packages that use SymbolReference Package Description io.trino.sql io.trino.sql.tree -
-
Uses of SymbolReference in io.trino.sql
Methods in io.trino.sql with parameters of type SymbolReference Modifier and Type Method Description protected 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 SymbolReference Modifier and Type Method Description Optional<SymbolReference>LabelDereference. getReference()Methods in io.trino.sql.tree with parameters of type SymbolReference Modifier and Type Method Description ExpressionExpressionRewriter. 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 SymbolReference Constructor Description LabelDereference(String label, SymbolReference reference)Constructor parameters in io.trino.sql.tree with type arguments of type SymbolReference Constructor Description LabelDereference(String label, Optional<SymbolReference> reference)
-