Uses of Class
io.trino.sql.planner.plan.RemoteSourceNode
Packages that use RemoteSourceNode
-
Uses of RemoteSourceNode in io.trino.cost
Subclasses with type arguments of type RemoteSourceNode in io.trino.costMethods in io.trino.cost that return types with arguments of type RemoteSourceNodeMethods in io.trino.cost with parameters of type RemoteSourceNodeModifier and TypeMethodDescriptionprotected Optional<PlanNodeStatsEstimate> RemoteSourceStatsRule.doCalculate(RemoteSourceNode node, StatsCalculator.Context context) -
Uses of RemoteSourceNode in io.trino.sql.planner
Methods in io.trino.sql.planner that return types with arguments of type RemoteSourceNode -
Uses of RemoteSourceNode in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return RemoteSourceNodeModifier and TypeMethodDescriptionRemoteSourceNode.withSourceFragmentIds(List<PlanFragmentId> sourceFragmentIds) Methods in io.trino.sql.planner.plan that return types with arguments of type RemoteSourceNodeMethods in io.trino.sql.planner.plan with parameters of type RemoteSourceNodeModifier and TypeMethodDescriptionPlanVisitor.visitRemoteSource(RemoteSourceNode node, C context)