| Package | Description |
|---|---|
| com.facebook.presto.spi | |
| com.facebook.presto.spi.block |
| Modifier and Type | Method and Description |
|---|---|
long[] |
PageSorter.sort(List<Type> types,
List<Page> pages,
List<Type> sortTypes,
List<Integer> sortChannels,
List<SortOrder> sortOrders,
int expectedPositions)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static SortOrder |
SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOrder[] |
SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012-2015. All Rights Reserved.