| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore.timestream.model.query |
| Modifier and Type | Method and Description |
|---|---|
static Sorter.SortOrder |
Sorter.SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sorter.SortOrder[] |
Sorter.SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Sorter.Builder |
Sorter.Builder.sortByAttributes(String key,
Sorter.SortOrder sortOrder)
对属性列进行排序
|
Sorter.Builder |
Sorter.Builder.sortByAttributesInGeo(String key,
String center,
Sorter.SortOrder sortOrder)
对属性列根据地理位置进行排序
|
Sorter.Builder |
Sorter.Builder.sortByName(Sorter.SortOrder sortOrder)
按照name进行排序
|
Copyright © 2024. All Rights Reserved.