Package io.trino.sql.planner.plan
Class OffsetNode
java.lang.Object
io.trino.sql.planner.plan.PlanNode
io.trino.sql.planner.plan.OffsetNode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,C> R accept(PlanVisitor<R, C> visitor, C context) longgetCount()replaceChildren(List<PlanNode> newChildren)
-
Constructor Details
-
OffsetNode
-
-
Method Details
-
getSources
- Specified by:
getSourcesin classPlanNode
-
getSource
-
getCount
public long getCount() -
getOutputSymbols
- Specified by:
getOutputSymbolsin classPlanNode
-
accept
-
replaceChildren
- Specified by:
replaceChildrenin classPlanNode
-