| Package | Description |
|---|---|
| com.facebook.presto.spi | |
| com.facebook.presto.spi.block |
| Modifier and Type | Method and Description |
|---|---|
SortOrder |
SortingProperty.getOrder() |
| Modifier and Type | Method and Description |
|---|---|
long[] |
PageSorter.sort(List<Type> types,
List<Page> pages,
List<Integer> sortChannels,
List<SortOrder> sortOrders,
int expectedPositions)
Deprecated.
|
| Constructor and Description |
|---|
SortingProperty(E column,
SortOrder order) |
| 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–2019. All rights reserved.