Uses of Class
io.trino.sql.planner.plan.EnforceSingleRowNode
-
Packages that use EnforceSingleRowNode Package Description io.trino.cost io.trino.sql.planner.iterative.rule io.trino.sql.planner.plan -
-
Uses of EnforceSingleRowNode in io.trino.cost
Methods in io.trino.cost that return types with arguments of type EnforceSingleRowNode Modifier and Type Method Description Pattern<EnforceSingleRowNode>EnforceSingleRowStatsRule. getPattern()Methods in io.trino.cost with parameters of type EnforceSingleRowNode Modifier and Type Method Description protected Optional<PlanNodeStatsEstimate>EnforceSingleRowStatsRule. doCalculate(EnforceSingleRowNode node, StatsProvider sourceStats, Lookup lookup, Session session, TypeProvider types) -
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 EnforceSingleRowNode Modifier and Type Method Description Pattern<EnforceSingleRowNode>RemoveRedundantEnforceSingleRowNode. getPattern()Methods in io.trino.sql.planner.iterative.rule with parameters of type EnforceSingleRowNode Modifier and Type Method Description Rule.ResultRemoveRedundantEnforceSingleRowNode. apply(EnforceSingleRowNode node, Captures captures, Rule.Context context)protected Optional<PlanNode>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 EnforceSingleRowNode Modifier and Type Method Description static Pattern<EnforceSingleRowNode>Patterns. enforceSingleRow()Methods in io.trino.sql.planner.plan with parameters of type EnforceSingleRowNode Modifier and Type Method Description RPlanVisitor. visitEnforceSingleRow(EnforceSingleRowNode node, C context)
-