Class PushOffsetThroughProject

java.lang.Object
io.trino.sql.planner.iterative.rule.PushOffsetThroughProject
All Implemented Interfaces:
Rule<OffsetNode>

public class PushOffsetThroughProject extends Object implements Rule<OffsetNode>
Transforms:
 - Offset
    - Project (non identity)
 
Into:
 - Project (non identity)
    - Offset