T
- Type of valuepublic static interface QueryBuilder.Aggregating<T> extends QueryBuilder.Paging<T>
This interface is available as a preview of functionality that will be added to the supported public API in a future release. While it is in the preview phase, it is subject to change or removal without deprecation or notice. Although notice of change is not guaranteed, we will try to let developers know of major changes through announcements in release notes.
Restricts path after Aggregation.
QueryBuilder.Aggregating<T>, QueryBuilder.Filtering<T>, QueryBuilder.FilteringCriteria<T>, QueryBuilder.Grouping<T>, QueryBuilder.Paging<T>, QueryBuilder.Selecting<T>, QueryBuilder.Sorting<T>
Modifier and Type | Method and Description |
---|---|
QueryBuilder.Grouping<T> |
aggregate(AggregationColumn... a)
Obtains the set of operations allowed after
Aggregating |
QueryBuilder.Grouping<T> |
aggregate(java.util.List<AggregationColumn> a)
Obtains the set of operations allowed after
Aggregating |
QueryBuilder.Grouping<T> |
project(Aggregation a)
Obtains the set of operations allowed after
Aggregating |
page, page
sortBy, sortBy, sortBy, sortBy
build
QueryBuilder.Grouping<T> aggregate(AggregationColumn... a)
Aggregating
a
- the array of AggregationColumn
where the query is going perform aggregation operations.Grouping
interface with the set of operations allowed after Aggregating
QueryBuilder.Grouping<T> aggregate(java.util.List<AggregationColumn> a)
Aggregating
a
- the list of AggregationColumn
where the query is going perform aggregation operations.Grouping
interface with the set of operations allowed after Aggregating
QueryBuilder.Grouping<T> project(Aggregation a)
Aggregating
a
- the Aggregation
to be performed by the query.Grouping
interface with the set of operations allowed after Aggregating
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.