| Package | Description |
|---|---|
| com.facebook.presto.sql | |
| com.facebook.presto.sql.tree |
| Modifier and Type | Method and Description |
|---|---|
static SortItem |
QueryUtil.ascending(String name) |
static SortItem |
QueryUtil.descending(String name) |
| Modifier and Type | Method and Description |
|---|---|
static OrderBy |
QueryUtil.ordering(SortItem... items) |
| Modifier and Type | Method and Description |
|---|---|
List<SortItem> |
OrderBy.getSortItems() |
| Modifier and Type | Method and Description |
|---|---|
protected R |
DefaultTraversalVisitor.visitSortItem(SortItem node,
C context) |
protected R |
AstVisitor.visitSortItem(SortItem node,
C context) |
| Constructor and Description |
|---|
OrderBy(List<SortItem> sortItems) |
OrderBy(NodeLocation location,
List<SortItem> sortItems) |
Copyright © 2012–2023. All rights reserved.