Group<S extends Record, T extends Record> class final Aggregate functions

Available extensions

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

aggregate<T extends Record>(Aggregation<(Expr<B>), T> aggregationBuilder(Aggregation<(Expr<B>), (Expr<A>)> agg)) Query<T>

Available on Group<(Expr<A>), (Expr<B>)>, provided by the Group1By1 extension

Finish GROUP BY clause by specifying aggregate functions.
aggregate<T extends Record>(Aggregation<(Expr<C>), T> aggregationBuilder(Aggregation<(Expr<C>), (Expr<A>, Expr<B>)> agg)) Query<T>

Available on Group<(Expr<A>, Expr<B>), (Expr<C>)>, provided by the Group1By2 extension

Finish GROUP BY clause by specifying aggregate functions.
aggregate<T extends Record>(Aggregation<(Expr<D>), T> aggregationBuilder(Aggregation<(Expr<D>), (Expr<A>, Expr<B>, Expr<C>)> agg)) Query<T>

Available on Group<(Expr<A>, Expr<B>, Expr<C>), (Expr<D>)>, provided by the Group1By3 extension

Finish GROUP BY clause by specifying aggregate functions.
aggregate<T extends Record>(Aggregation<(Expr<E>), T> aggregationBuilder(Aggregation<(Expr<E>), (Expr<A>, Expr<B>, Expr<C>, Expr<D>)> agg)) Query<T>

Available on Group<(Expr<A>, Expr<B>, Expr<C>, Expr<D>), (Expr<E>)>, provided by the Group1By4 extension

Finish GROUP BY clause by specifying aggregate functions.
aggregate<T extends Record>(Aggregation<(Expr<F>), T> aggregationBuilder(Aggregation<(Expr<F>), (Expr<A>, Expr<B>, Expr<C>, Expr<D>, Expr<E>)> agg)) Query<T>

Available on Group<(Expr<A>, Expr<B>, Expr<C>, Expr<D>, Expr<E>), (Expr<F>)>, provided by the Group1By5 extension

Finish GROUP BY clause by specifying aggregate functions.
aggregate<T extends Record>(Aggregation<(Expr<G>), T> aggregationBuilder(Aggregation<(Expr<G>), (Expr<A>, Expr<B>, Expr<C>, Expr<D>, Expr<E>, Expr<F>)> agg)) Query<T>

Available on Group<(Expr<A>, Expr<B>, Expr<C>, Expr<D>, Expr<E>, Expr<F>), (Expr<G>)>, provided by the Group1By6 extension

Finish GROUP BY clause by specifying aggregate functions.
aggregate<T extends Record>(Aggregation<(Expr<H>), T> aggregationBuilder(Aggregation<(Expr<H>), (Expr<A>, Expr<B>, Expr<C>, Expr<D>, Expr<E>, Expr<F>, Expr<G>)> agg)) Query<T>

Available on Group<(Expr<A>, Expr<B>, Expr<C>, Expr<D>, Expr<E>, Expr<F>, Expr<G>), (Expr<H>)>, provided by the Group1By7 extension

Finish GROUP BY clause by specifying aggregate functions.
aggregate<T extends Record>(Aggregation<(Expr<B>, Expr<C>), T> aggregationBuilder(Aggregation<(Expr<B>, Expr<C>), (Expr<A>)> agg)) Query<T>

Available on Group<(Expr<A>), (Expr<B>, Expr<C>)>, provided by the Group2By1 extension

Finish GROUP BY clause by specifying aggregate functions.
aggregate<T extends Record>(Aggregation<(Expr<C>, Expr<D>), T> aggregationBuilder(Aggregation<(Expr<C>, Expr<D>), (Expr<A>, Expr<B>)> agg)) Query<T>

Available on Group<(Expr<A>, Expr<B>), (Expr<C>, Expr<D>)>, provided by the Group2By2 extension

Finish GROUP BY clause by specifying aggregate functions.
aggregate<T extends Record>(Aggregation<(Expr<D>, Expr<E>), T> aggregationBuilder(Aggregation<(Expr<D>, Expr<E>), (Expr<A>, Expr<B>, Expr<C>)> agg)) Query<T>

Available on Group<(Expr<A>, Expr<B>, Expr<C>), (Expr<D>, Expr<E>)>, provided by the Group2By3 extension

Finish GROUP BY clause by specifying aggregate functions.
aggregate<T extends Record>(Aggregation<(Expr<E>, Expr<F>), T> aggregationBuilder(Aggregation<(Expr<E>, Expr<F>), (Expr<A>, Expr<B>, Expr<C>, Expr<D>)> agg)) Query<T>

Available on Group<(Expr<A>, Expr<B>, Expr<C>, Expr<D>), (Expr<E>, Expr<F>)>, provided by the Group2By4 extension

Finish GROUP BY clause by specifying aggregate functions.
aggregate<T extends Record>(Aggregation<(Expr<F>, Expr<G>), T> aggregationBuilder(Aggregation<(Expr<F>, Expr<G>), (Expr<A>, Expr<B>, Expr<C>, Expr<D>, Expr<E>)> agg)) Query<T>

Available on Group<(Expr<A>, Expr<B>, Expr<C>, Expr<D>, Expr<E>), (Expr<F>, Expr<G>)>, provided by the Group2By5 extension

Finish GROUP BY clause by specifying aggregate functions.
aggregate<T extends Record>(Aggregation<(Expr<G>, Expr<H>), T> aggregationBuilder(Aggregation<(Expr<G>, Expr<H>), (Expr<A>, Expr<B>, Expr<C>, Expr<D>, Expr<E>, Expr<F>)> agg)) Query<T>

Available on Group<(Expr<A>, Expr<B>, Expr<C>, Expr<D>, Expr<E>, Expr<F>), (Expr<G>, Expr<H>)>, provided by the Group2By6 extension

Finish GROUP BY clause by specifying aggregate functions.
aggregate<T extends Record>(Aggregation<(Expr<B>, Expr<C>, Expr<D>), T> aggregationBuilder(Aggregation<(Expr<B>, Expr<C>, Expr<D>), (Expr<A>)> agg)) Query<T>

Available on Group<(Expr<A>), (Expr<B>, Expr<C>, Expr<D>)>, provided by the Group3By1 extension

Finish GROUP BY clause by specifying aggregate functions.
aggregate<T extends Record>(Aggregation<(Expr<C>, Expr<D>, Expr<E>), T> aggregationBuilder(Aggregation<(Expr<C>, Expr<D>, Expr<E>), (Expr<A>, Expr<B>)> agg)) Query<T>

Available on Group<(Expr<A>, Expr<B>), (Expr<C>, Expr<D>, Expr<E>)>, provided by the Group3By2 extension

Finish GROUP BY clause by specifying aggregate functions.
aggregate<T extends Record>(Aggregation<(Expr<D>, Expr<E>, Expr<F>), T> aggregationBuilder(Aggregation<(Expr<D>, Expr<E>, Expr<F>), (Expr<A>, Expr<B>, Expr<C>)> agg)) Query<T>

Available on Group<(Expr<A>, Expr<B>, Expr<C>), (Expr<D>, Expr<E>, Expr<F>)>, provided by the Group3By3 extension

Finish GROUP BY clause by specifying aggregate functions.
aggregate<T extends Record>(Aggregation<(Expr<E>, Expr<F>, Expr<G>), T> aggregationBuilder(Aggregation<(Expr<E>, Expr<F>, Expr<G>), (Expr<A>, Expr<B>, Expr<C>, Expr<D>)> agg)) Query<T>

Available on Group<(Expr<A>, Expr<B>, Expr<C>, Expr<D>), (Expr<E>, Expr<F>, Expr<G>)>, provided by the Group3By4 extension

Finish GROUP BY clause by specifying aggregate functions.
aggregate<T extends Record>(Aggregation<(Expr<F>, Expr<G>, Expr<H>), T> aggregationBuilder(Aggregation<(Expr<F>, Expr<G>, Expr<H>), (Expr<A>, Expr<B>, Expr<C>, Expr<D>, Expr<E>)> agg)) Query<T>

Available on Group<(Expr<A>, Expr<B>, Expr<C>, Expr<D>, Expr<E>), (Expr<F>, Expr<G>, Expr<H>)>, provided by the Group3By5 extension

Finish GROUP BY clause by specifying aggregate functions.
aggregate<T extends Record>(Aggregation<(Expr<B>, Expr<C>, Expr<D>, Expr<E>), T> aggregationBuilder(Aggregation<(Expr<B>, Expr<C>, Expr<D>, Expr<E>), (Expr<A>)> agg)) Query<T>

Available on Group<(Expr<A>), (Expr<B>, Expr<C>, Expr<D>, Expr<E>)>, provided by the Group4By1 extension

Finish GROUP BY clause by specifying aggregate functions.
aggregate<T extends Record>(Aggregation<(Expr<C>, Expr<D>, Expr<E>, Expr<F>), T> aggregationBuilder(Aggregation<(Expr<C>, Expr<D>, Expr<E>, Expr<F>), (Expr<A>, Expr<B>)> agg)) Query<T>

Available on Group<(Expr<A>, Expr<B>), (Expr<C>, Expr<D>, Expr<E>, Expr<F>)>, provided by the Group4By2 extension

Finish GROUP BY clause by specifying aggregate functions.
aggregate<T extends Record>(Aggregation<(Expr<D>, Expr<E>, Expr<F>, Expr<G>), T> aggregationBuilder(Aggregation<(Expr<D>, Expr<E>, Expr<F>, Expr<G>), (Expr<A>, Expr<B>, Expr<C>)> agg)) Query<T>

Available on Group<(Expr<A>, Expr<B>, Expr<C>), (Expr<D>, Expr<E>, Expr<F>, Expr<G>)>, provided by the Group4By3 extension

Finish GROUP BY clause by specifying aggregate functions.
aggregate<T extends Record>(Aggregation<(Expr<E>, Expr<F>, Expr<G>, Expr<H>), T> aggregationBuilder(Aggregation<(Expr<E>, Expr<F>, Expr<G>, Expr<H>), (Expr<A>, Expr<B>, Expr<C>, Expr<D>)> agg)) Query<T>

Available on Group<(Expr<A>, Expr<B>, Expr<C>, Expr<D>), (Expr<E>, Expr<F>, Expr<G>, Expr<H>)>, provided by the Group4By4 extension

Finish GROUP BY clause by specifying aggregate functions.
aggregate<T extends Record>(Aggregation<(Expr<B>, Expr<C>, Expr<D>, Expr<E>, Expr<F>), T> aggregationBuilder(Aggregation<(Expr<B>, Expr<C>, Expr<D>, Expr<E>, Expr<F>), (Expr<A>)> agg)) Query<T>

Available on Group<(Expr<A>), (Expr<B>, Expr<C>, Expr<D>, Expr<E>, Expr<F>)>, provided by the Group5By1 extension

Finish GROUP BY clause by specifying aggregate functions.
aggregate<T extends Record>(Aggregation<(Expr<C>, Expr<D>, Expr<E>, Expr<F>, Expr<G>), T> aggregationBuilder(Aggregation<(Expr<C>, Expr<D>, Expr<E>, Expr<F>, Expr<G>), (Expr<A>, Expr<B>)> agg)) Query<T>

Available on Group<(Expr<A>, Expr<B>), (Expr<C>, Expr<D>, Expr<E>, Expr<F>, Expr<G>)>, provided by the Group5By2 extension

Finish GROUP BY clause by specifying aggregate functions.
aggregate<T extends Record>(Aggregation<(Expr<D>, Expr<E>, Expr<F>, Expr<G>, Expr<H>), T> aggregationBuilder(Aggregation<(Expr<D>, Expr<E>, Expr<F>, Expr<G>, Expr<H>), (Expr<A>, Expr<B>, Expr<C>)> agg)) Query<T>

Available on Group<(Expr<A>, Expr<B>, Expr<C>), (Expr<D>, Expr<E>, Expr<F>, Expr<G>, Expr<H>)>, provided by the Group5By3 extension

Finish GROUP BY clause by specifying aggregate functions.
aggregate<T extends Record>(Aggregation<(Expr<B>, Expr<C>, Expr<D>, Expr<E>, Expr<F>, Expr<G>), T> aggregationBuilder(Aggregation<(Expr<B>, Expr<C>, Expr<D>, Expr<E>, Expr<F>, Expr<G>), (Expr<A>)> agg)) Query<T>

Available on Group<(Expr<A>), (Expr<B>, Expr<C>, Expr<D>, Expr<E>, Expr<F>, Expr<G>)>, provided by the Group6By1 extension

Finish GROUP BY clause by specifying aggregate functions.
aggregate<T extends Record>(Aggregation<(Expr<C>, Expr<D>, Expr<E>, Expr<F>, Expr<G>, Expr<H>), T> aggregationBuilder(Aggregation<(Expr<C>, Expr<D>, Expr<E>, Expr<F>, Expr<G>, Expr<H>), (Expr<A>, Expr<B>)> agg)) Query<T>

Available on Group<(Expr<A>, Expr<B>), (Expr<C>, Expr<D>, Expr<E>, Expr<F>, Expr<G>, Expr<H>)>, provided by the Group6By2 extension

Finish GROUP BY clause by specifying aggregate functions.
aggregate<T extends Record>(Aggregation<(Expr<B>, Expr<C>, Expr<D>, Expr<E>, Expr<F>, Expr<G>, Expr<H>), T> aggregationBuilder(Aggregation<(Expr<B>, Expr<C>, Expr<D>, Expr<E>, Expr<F>, Expr<G>, Expr<H>), (Expr<A>)> agg)) Query<T>

Available on Group<(Expr<A>), (Expr<B>, Expr<C>, Expr<D>, Expr<E>, Expr<F>, Expr<G>, Expr<H>)>, provided by the Group7By1 extension

Finish GROUP BY clause by specifying aggregate functions.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited