| Package | Description |
|---|---|
| org.apache.flink.api.common.operators |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<Order> |
Ordering.orders |
| Modifier and Type | Method and Description |
|---|---|
Order[] |
Ordering.getFieldOrders() |
Order |
Ordering.getOrder(int index) |
static Order |
Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Order[] |
Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Ordering |
Ordering.appendOrdering(Integer index,
Class<? extends Comparable<?>> type,
Order order)
Extends this ordering by appending an additional order requirement.
|
| Constructor and Description |
|---|
Ordering(int index,
Class<? extends Comparable<?>> type,
Order order) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.