Package | Description |
---|---|
org.influxdb.querybuilder |
Modifier and Type | Method and Description |
---|---|
static Ordering |
BuiltQuery.QueryBuilder.asc() |
static Ordering |
BuiltQuery.QueryBuilder.desc()
InfluxDB supports only time for ordering.
|
Modifier and Type | Method and Description |
---|---|
SelectCoreImpl |
WhereCoreImpl.orderBy(Ordering orderings) |
SelectQueryImpl |
WhereQueryImpl.orderBy(Ordering orderings) |
SelectQueryImpl |
SelectQueryImpl.orderBy(Ordering ordering) |
Select |
SelectCoreImpl.orderBy(Ordering ordering) |
SelectSubQueryImpl<T> |
SelectSubQueryImpl.orderBy(Ordering ordering) |
T |
WhereSubQueryImpl.orderBy(Ordering ordering) |
<T extends Select> |
Where.orderBy(Ordering orderings) |
<T extends Select> |
Select.orderBy(Ordering ordering) |
Copyright © 2022. All rights reserved.