Uses of Class
io.trino.sql.planner.plan.Assignments
Packages that use Assignments
-
Uses of Assignments in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return AssignmentsModifier and TypeMethodDescriptionAssignments.Builder.build()static AssignmentsAssignments.copyOf(Map<Symbol, Expression> assignments) Assignments.filter(Collection<Symbol> symbols) ProjectNode.getAssignments()static Assignmentsstatic Assignmentsstatic AssignmentsAssignments.of()static AssignmentsAssignments.of(Symbol symbol, Expression expression) static AssignmentsAssignments.of(Symbol symbol1, Expression expression1, Symbol symbol2, Expression expression2) static AssignmentsAssignments.of(Collection<? extends Expression> expressions, Session session, SymbolAllocator symbolAllocator, IrTypeAnalyzer typeAnalyzer) Assignments.rewrite(Function<Expression, Expression> rewrite) Methods in io.trino.sql.planner.plan with parameters of type AssignmentsConstructors in io.trino.sql.planner.plan with parameters of type AssignmentsModifierConstructorDescriptionProjectNode(PlanNodeId id, PlanNode source, Assignments assignments)