Uses of Class
org.influxdb.querybuilder.Ordering
Package | Description |
---|---|
org.influxdb.querybuilder |
-
Uses of Ordering in org.influxdb.querybuilder
Methods in org.influxdb.querybuilder that return Ordering Modifier and Type Method Description static Ordering
BuiltQuery.QueryBuilder. asc()
static Ordering
BuiltQuery.QueryBuilder. desc()
InfluxDB supports only time for ordering.Methods in org.influxdb.querybuilder with parameters of type Ordering Modifier and Type Method Description <T extends Select>
TSelect. orderBy(Ordering ordering)
Select
SelectCoreImpl. orderBy(Ordering ordering)
SelectQueryImpl
SelectQueryImpl. orderBy(Ordering ordering)
SelectSubQueryImpl<T>
SelectSubQueryImpl. orderBy(Ordering ordering)
<T extends Select>
TWhere. orderBy(Ordering orderings)
SelectCoreImpl
WhereCoreImpl. orderBy(Ordering orderings)
SelectQueryImpl
WhereQueryImpl. orderBy(Ordering orderings)
T
WhereSubQueryImpl. orderBy(Ordering ordering)