Uses of Class
io.trino.sql.planner.plan.OffsetNode
Packages that use OffsetNode
-
Uses of OffsetNode in io.trino.sql.planner.iterative.rule
Subclasses with type arguments of type OffsetNode in io.trino.sql.planner.iterative.ruleClasses in io.trino.sql.planner.iterative.rule that implement interfaces with type arguments of type OffsetNodeModifier and TypeClassDescriptionclassTransforms:classTransforms:classRemove Offset node and its subplan when the subplan is guaranteed to produce no more rows than the offset and replace the plan with empty values.Methods in io.trino.sql.planner.iterative.rule that return types with arguments of type OffsetNodeModifier and TypeMethodDescriptionImplementOffset.getPattern()PushOffsetThroughProject.getPattern()RemoveRedundantOffset.getPattern()Methods in io.trino.sql.planner.iterative.rule with parameters of type OffsetNodeModifier and TypeMethodDescriptionImplementOffset.apply(OffsetNode parent, Captures captures, Rule.Context context) PushOffsetThroughProject.apply(OffsetNode parent, Captures captures, Rule.Context context) RemoveRedundantOffset.apply(OffsetNode offset, Captures captures, Rule.Context context) PruneOffsetColumns.pushDownProjectOff(Rule.Context context, OffsetNode offsetNode, Set<Symbol> referencedOutputs) -
Uses of OffsetNode in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return types with arguments of type OffsetNodeMethods in io.trino.sql.planner.plan with parameters of type OffsetNode