GridSelectionAggregatesBuilder
Methods
Count()
Adds a count aggregate to the grid selection aggregates.
RETURNS
The GridSelectionAggregatesBuilder instance for method chaining.
Min()
Adds a minimum value aggregate to the grid selection aggregates.
RETURNS
The GridSelectionAggregatesBuilder instance for method chaining.
Max()
Adds a maximum value aggregate to the grid selection aggregates.
RETURNS
The GridSelectionAggregatesBuilder instance for method chaining.
Sum()
Adds a sum aggregate to the grid selection aggregates.
RETURNS
The GridSelectionAggregatesBuilder instance for method chaining.
Average()
Adds an average aggregate to the grid selection aggregates.
RETURNS
The GridSelectionAggregatesBuilder instance for method chaining.
Earliest()
Adds an earliest date/time aggregate to the grid selection aggregates.
RETURNS
The GridSelectionAggregatesBuilder instance for method chaining.
Latest()
Adds a latest date/time aggregate to the grid selection aggregates.
RETURNS
The GridSelectionAggregatesBuilder instance for method chaining.
IsTrue()
Adds a count of true boolean values aggregate to the grid selection aggregates.
RETURNS
The GridSelectionAggregatesBuilder instance for method chaining.
IsFalse()
Adds a count of false boolean values aggregate to the grid selection aggregates.
RETURNS
The GridSelectionAggregatesBuilder instance for method chaining.