public class Order extends SingleInputOperator
| Modifier and Type | Class and Description |
|---|---|
static class |
Order.Builder |
static class |
Order.Ordering
Representation of a SQL <sort specification>.
|
LogicalOperator.NodeBuilder<T extends LogicalOperator>| Constructor and Description |
|---|
Order(FieldReference within,
List<Order.Ordering> orderings) |
| 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.
|
static Order.Builder |
builder() |
List<Order.Ordering> |
getOrderings() |
FieldReference |
getWithin() |
Iterator<LogicalOperator> |
iterator() |
getInput, setInputaccept, getMemo, hashCode, nodeBuilder, registerAsSubscriber, setMemo, setupAndValidate, toStringclone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic Order(FieldReference within, List<Order.Ordering> orderings)
public List<Order.Ordering> getOrderings()
public FieldReference getWithin()
public <T,X,E extends Throwable> T accept(LogicalVisitor<T,X,E> logicalVisitor, X value) throws E extends Throwable
LogicalOperatorE extends Throwablepublic Iterator<LogicalOperator> iterator()
iterator in interface Iterable<LogicalOperator>iterator in class SingleInputOperatorpublic static Order.Builder builder()
Copyright © 2021 The Apache Software Foundation. All rights reserved.