Uses of Class
io.trino.sql.planner.plan.OffsetNode
Packages that use OffsetNode
-
Uses of OffsetNode in io.trino.sql.planner.iterative.rule
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