Uses of Class
io.trino.sql.planner.iterative.GroupReference
-
Packages that use GroupReference Package Description io.trino.sql.planner.iterative io.trino.sql.planner.plan -
-
Uses of GroupReference in io.trino.sql.planner.iterative
Methods in io.trino.sql.planner.iterative with parameters of type GroupReference Modifier and Type Method Description PlanNodeMemo. resolve(GroupReference groupReference)Method parameters in io.trino.sql.planner.iterative with type arguments of type GroupReference Modifier and Type Method Description static LookupLookup. from(Function<GroupReference,Stream<PlanNode>> resolver) -
Uses of GroupReference in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan with parameters of type GroupReference Modifier and Type Method Description RPlanVisitor. visitGroupReference(GroupReference node, C context)
-