public class Limit extends SingleInputOperator
| Modifier and Type | Class and Description |
|---|---|
static class |
Limit.LimitNodeBuilder |
LogicalOperator.NodeBuilder<T extends LogicalOperator>| Modifier and Type | Method and Description |
|---|---|
<T,X,E extends Throwable> |
accept(LogicalVisitor<T,X,E> logicalVisitor,
X value)
Provides capability to build a set of output based on traversing a query graph tree.
|
Integer |
getFirst() |
Integer |
getLast() |
Iterator<LogicalOperator> |
iterator() |
LogicalOperator.NodeBuilder<Limit> |
nodeBuilder() |
getInput, setInputaccept, getMemo, hashCode, registerAsSubscriber, setMemo, setupAndValidate, toStringclone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic Integer getFirst()
public Integer getLast()
public <T,X,E extends Throwable> T accept(LogicalVisitor<T,X,E> logicalVisitor, X value) throws E extends Throwable
LogicalOperatorE extends Throwablepublic LogicalOperator.NodeBuilder<Limit> nodeBuilder()
nodeBuilder in interface LogicalOperatornodeBuilder in class LogicalOperatorBasepublic Iterator<LogicalOperator> iterator()
iterator in interface Iterable<LogicalOperator>iterator in class SingleInputOperatorCopyright © 2021 The Apache Software Foundation. All rights reserved.