T
- Type of valuepublic static interface QueryBuilder.Grouping<T> extends QueryBuilder.Aggregating<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 Grouping.
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.Aggregating<T> |
groupBy(Column... c)
Obtains the set of operations allowed after
Grouping |
QueryBuilder.Aggregating<T> |
groupBy(ColumnAlias... alias)
Obtains the set of operations allowed after
Grouping |
QueryBuilder.Aggregating<T> |
groupBy(java.lang.String... c)
Obtains the set of operations allowed after
Grouping |
aggregate, aggregate, project
page, page
sortBy, sortBy, sortBy, sortBy
build
QueryBuilder.Aggregating<T> groupBy(Column... c)
Grouping
c
- the array of Column
which the query is going to group by.Aggregating
interface with the set of operations allowed after Grouping
QueryBuilder.Aggregating<T> groupBy(ColumnAlias... alias)
Grouping
alias
- the array of ColumnAlias
which the query is going to group by.Aggregating
interface with the set of operations allowed after Grouping
QueryBuilder.Aggregating<T> groupBy(java.lang.String... c)
Grouping
c
- the array of column names which the query is going to group by.Aggregating
interface with the set of operations allowed after Grouping
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.