Uses of Class
io.trino.sql.planner.ScopeAware
Packages that use ScopeAware
-
Uses of ScopeAware in io.trino.sql.planner
Methods in io.trino.sql.planner that return ScopeAwareModifier and TypeMethodDescriptionstatic <T extends Node>
ScopeAware<T> ScopeAware.scopeAwareKey(T node, Analysis analysis, Scope scope) Methods in io.trino.sql.planner that return types with arguments of type ScopeAwareMethod parameters in io.trino.sql.planner with type arguments of type ScopeAwareModifier and TypeMethodDescriptionTranslationMap.withAdditionalMappings(Map<ScopeAware<Expression>, Symbol> mappings) TranslationMap.withNewMappings(Map<ScopeAware<Expression>, Symbol> mappings, List<Symbol> fields)