Uses of Class
io.trino.sql.planner.plan.EnforceSingleRowNode
Packages that use EnforceSingleRowNode
-
Uses of EnforceSingleRowNode in io.trino.cost
Methods in io.trino.cost that return types with arguments of type EnforceSingleRowNodeMethods in io.trino.cost with parameters of type EnforceSingleRowNodeModifier and TypeMethodDescriptionprotected Optional<PlanNodeStatsEstimate> EnforceSingleRowStatsRule.doCalculate(EnforceSingleRowNode node, StatsCalculator.Context context) -
Uses of EnforceSingleRowNode in io.trino.sql.planner.iterative.rule
Methods in io.trino.sql.planner.iterative.rule that return types with arguments of type EnforceSingleRowNodeMethods in io.trino.sql.planner.iterative.rule with parameters of type EnforceSingleRowNodeModifier and TypeMethodDescriptionRemoveRedundantEnforceSingleRowNode.apply(EnforceSingleRowNode node, Captures captures, Rule.Context context) PruneEnforceSingleRowColumns.pushDownProjectOff(Rule.Context context, EnforceSingleRowNode enforceSingleRowNode, Set<Symbol> referencedOutputs) -
Uses of EnforceSingleRowNode in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return types with arguments of type EnforceSingleRowNodeModifier and TypeMethodDescriptionstatic Pattern<EnforceSingleRowNode> Patterns.enforceSingleRow()Methods in io.trino.sql.planner.plan with parameters of type EnforceSingleRowNodeModifier and TypeMethodDescriptionPlanVisitor.visitEnforceSingleRow(EnforceSingleRowNode node, C context)