| Package | Description |
|---|---|
| org.apache.flink.api.java.operators |
| Modifier and Type | Method and Description |
|---|---|
SortedGrouping<T> |
UnsortedGrouping.sortGroup(int field,
Order order)
Sorts
Tuple elements within a group on the specified field in the specified Order.
Note: Only groups of Tuple elements can be sorted.Groups can be sorted by multiple fields by chaining UnsortedGrouping.sortGroup(int, Order) calls. |
SortedGrouping<T> |
SortedGrouping.sortGroup(int field,
Order order)
Sorts
Tuple elements within a group on the specified field in the specified Order.
Note: Only groups of Tuple elements can be sorted.Groups can be sorted by multiple fields by chaining sortGroup(int, Order) calls. |
Copyright © 2014 The Apache Software Foundation. All rights reserved.