Uses of Class
io.trino.sql.planner.NodeAndMappings
Packages that use NodeAndMappings
-
Uses of NodeAndMappings in io.trino.sql.planner
Methods in io.trino.sql.planner that return NodeAndMappingsModifier and TypeMethodDescriptionstatic NodeAndMappingsPlanCopier.copyPlan(PlanNode plan, List<Symbol> fields, Metadata metadata, SymbolAllocator symbolAllocator, PlanNodeIdAllocator idAllocator) -
Uses of NodeAndMappings in io.trino.sql.planner.optimizations
Methods in io.trino.sql.planner.optimizations that return NodeAndMappingsModifier and TypeMethodDescriptionUnaliasSymbolReferences.reallocateSymbols(PlanNode plan, List<Symbol> fields, SymbolAllocator symbolAllocator) Replace all symbols in the plan with new symbols.