Aggregation<T extends Record, S extends Record> class
final
Aggregate functions
- Available extensions
- Aggregate1Project1
- Aggregate1Project2
- Aggregate1Project3
- Aggregate1Project4
- Aggregate1Project5
- Aggregate1Project6
- Aggregate1Project7
- Aggregate2Project1
- Aggregate2Project2
- Aggregate2Project3
- Aggregate2Project4
- Aggregate2Project5
- Aggregate2Project6
- Aggregate3Project1
- Aggregate3Project2
- Aggregate3Project3
- Aggregate3Project4
- Aggregate3Project5
- Aggregate4Project1
- Aggregate4Project2
- Aggregate4Project3
- Aggregate4Project4
- Aggregate5Project1
- Aggregate5Project2
- Aggregate5Project3
- Aggregate6Project1
- Aggregate6Project2
- Aggregate7Project1
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
-
avg<
H extends num> (Expr< H?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d, Expr<E> e)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> , Expr<E> ), (Expr<F> , Expr<G> , Expr<double?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate5Project2 extensionA> , Expr<B> , Expr<C> , Expr<D> , Expr<E> ), (Expr<F> , Expr<G> )>AVG
aggregate function to this Aggregation. -
avg<
H extends num> (Expr< H?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<double?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate3Project4 extensionA> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F> , Expr<G> )>AVG
aggregate function to this Aggregation. -
avg<
I extends num> (Expr< I?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d, Expr<E> e, Expr<F> f, Expr<G> g)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> ), (Expr<H> , Expr<double?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate7Project1 extensionA> , Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> ), (Expr<H> )>AVG
aggregate function to this Aggregation. -
avg<
C extends num> (Expr< C?> aggregateBuilder(Expr<A> a)) → Aggregation<(Expr< A> ), (Expr<B> , Expr<double?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project1 extensionA> ), (Expr<B> )>AVG
aggregate function to this Aggregation. -
avg<
G extends num> (Expr< G?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F> , Expr<double?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate3Project3 extensionA> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F> )>AVG
aggregate function to this Aggregation. -
avg<
D extends num> (Expr< D?> aggregateBuilder(Expr<A> a)) → Aggregation<(Expr< A> ), (Expr<B> , Expr<C> , Expr<double?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project2 extensionA> ), (Expr<B> , Expr<C> )>AVG
aggregate function to this Aggregation. -
avg<
I extends num> (Expr< I?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d, Expr<E> e, Expr<F> f)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> ), (Expr<G> , Expr<H> , Expr<double?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate6Project2 extensionA> , Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> ), (Expr<G> , Expr<H> )>AVG
aggregate function to this Aggregation. -
avg<
E extends num> (Expr< E?> aggregateBuilder(Expr<A> a)) → Aggregation<(Expr< A> ), (Expr<B> , Expr<C> , Expr<D> , Expr<double?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project3 extensionA> ), (Expr<B> , Expr<C> , Expr<D> )>AVG
aggregate function to this Aggregation. -
avg<
H extends num> (Expr< H?> aggregateBuilder(Expr<A> a)) → Aggregation<(Expr< A> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<double?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project6 extensionA> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> )>AVG
aggregate function to this Aggregation. -
avg<
H extends num> (Expr< H?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d, Expr<E> e, Expr<F> f)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> ), (Expr<G> , Expr<double?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate6Project1 extensionA> , Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> ), (Expr<G> )>AVG
aggregate function to this Aggregation. -
avg<
F extends num> (Expr< F?> aggregateBuilder(Expr<A> a)) → Aggregation<(Expr< A> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<double?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project4 extensionA> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> )>AVG
aggregate function to this Aggregation. -
avg<
I extends num> (Expr< I?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> , Expr<double?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate3Project5 extensionA> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> )>AVG
aggregate function to this Aggregation. -
avg<
F extends num> (Expr< F?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<double?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate3Project2 extensionA> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> )>AVG
aggregate function to this Aggregation. -
avg<
G extends num> (Expr< G?> aggregateBuilder(Expr<A> a)) → Aggregation<(Expr< A> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<double?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project5 extensionA> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> )>AVG
aggregate function to this Aggregation. -
avg<
I extends num> (Expr< I?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d, Expr<E> e)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> , Expr<E> ), (Expr<F> , Expr<G> , Expr<H> , Expr<double?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate5Project3 extensionA> , Expr<B> , Expr<C> , Expr<D> , Expr<E> ), (Expr<F> , Expr<G> , Expr<H> )>AVG
aggregate function to this Aggregation. -
avg<
F extends num> (Expr< F?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<double?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate4Project1 extensionA> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> )>AVG
aggregate function to this Aggregation. -
avg<
E extends num> (Expr< E?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> ), (Expr<D> , Expr<double?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate3Project1 extensionA> , Expr<B> , Expr<C> ), (Expr<D> )>AVG
aggregate function to this Aggregation. -
avg<
I extends num> (Expr< I?> aggregateBuilder(Expr<A> a)) → Aggregation<(Expr< A> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> , Expr<double?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project7 extensionA> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> )>AVG
aggregate function to this Aggregation. -
avg<
I extends num> (Expr< I?> aggregateBuilder(Expr<A> a, Expr<B> b)) → Aggregation<(Expr< A> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> , Expr<double?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate2Project6 extensionA> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> )>AVG
aggregate function to this Aggregation. -
avg<
G extends num> (Expr< G?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d, Expr<E> e)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> , Expr<E> ), (Expr<F> , Expr<double?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate5Project1 extensionA> , Expr<B> , Expr<C> , Expr<D> , Expr<E> ), (Expr<F> )>AVG
aggregate function to this Aggregation. -
avg<
D extends num> (Expr< D?> aggregateBuilder(Expr<A> a, Expr<B> b)) → Aggregation<(Expr< A> , Expr<B> ), (Expr<C> , Expr<double?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate2Project1 extensionA> , Expr<B> ), (Expr<C> )>AVG
aggregate function to this Aggregation. -
avg<
E extends num> (Expr< E?> aggregateBuilder(Expr<A> a, Expr<B> b)) → Aggregation<(Expr< A> , Expr<B> ), (Expr<C> , Expr<D> , Expr<double?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate2Project2 extensionA> , Expr<B> ), (Expr<C> , Expr<D> )>AVG
aggregate function to this Aggregation. -
avg<
I extends num> (Expr< I?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F> , Expr<G> , Expr<H> , Expr<double?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate4Project4 extensionA> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F> , Expr<G> , Expr<H> )>AVG
aggregate function to this Aggregation. -
avg<
G extends num> (Expr< G?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F> , Expr<double?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate4Project2 extensionA> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F> )>AVG
aggregate function to this Aggregation. -
avg<
F extends num> (Expr< F?> aggregateBuilder(Expr<A> a, Expr<B> b)) → Aggregation<(Expr< A> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<double?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate2Project3 extensionA> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> )>AVG
aggregate function to this Aggregation. -
avg<
H extends num> (Expr< H?> aggregateBuilder(Expr<A> a, Expr<B> b)) → Aggregation<(Expr< A> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<double?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate2Project5 extensionA> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> )>AVG
aggregate function to this Aggregation. -
avg<
H extends num> (Expr< H?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F> , Expr<G> , Expr<double?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate4Project3 extensionA> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F> , Expr<G> )>AVG
aggregate function to this Aggregation. -
avg<
G extends num> (Expr< G?> aggregateBuilder(Expr<A> a, Expr<B> b)) → Aggregation<(Expr< A> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<double?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate2Project4 extensionA> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F> )>AVG
aggregate function to this Aggregation. -
count(
) → Aggregation< (Expr< A> , Expr<B> ), (Expr<C> , Expr<int> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate2Project1 extensionA> , Expr<B> ), (Expr<C> )>COUNT(*)
aggregate function to this Aggregation. -
count(
) → Aggregation< (Expr< A> ), (Expr<B> , Expr<C> , Expr<D> , Expr<int> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project3 extensionA> ), (Expr<B> , Expr<C> , Expr<D> )>COUNT(*)
aggregate function to this Aggregation. -
count(
) → Aggregation< (Expr< A> , Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> ), (Expr<H> , Expr<int> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate7Project1 extensionA> , Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> ), (Expr<H> )>COUNT(*)
aggregate function to this Aggregation. -
count(
) → Aggregation< (Expr< A> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<int> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project6 extensionA> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> )>COUNT(*)
aggregate function to this Aggregation. -
count(
) → Aggregation< (Expr< A> , Expr<B> , Expr<C> , Expr<D> , Expr<E> ), (Expr<F> , Expr<int> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate5Project1 extensionA> , Expr<B> , Expr<C> , Expr<D> , Expr<E> ), (Expr<F> )>COUNT(*)
aggregate function to this Aggregation. -
count(
) → Aggregation< (Expr< A> ), (Expr<B> , Expr<int> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project1 extensionA> ), (Expr<B> )>COUNT(*)
aggregate function to this Aggregation. -
count(
) → Aggregation< (Expr< A> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> , Expr<int> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate2Project6 extensionA> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> )>COUNT(*)
aggregate function to this Aggregation. -
count(
) → Aggregation< (Expr< A> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<int> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate3Project4 extensionA> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F> , Expr<G> )>COUNT(*)
aggregate function to this Aggregation. -
count(
) → Aggregation< (Expr< A> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> , Expr<int> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project7 extensionA> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> )>COUNT(*)
aggregate function to this Aggregation. -
count(
) → Aggregation< (Expr< A> , Expr<B> , Expr<C> , Expr<D> , Expr<E> ), (Expr<F> , Expr<G> , Expr<H> , Expr<int> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate5Project3 extensionA> , Expr<B> , Expr<C> , Expr<D> , Expr<E> ), (Expr<F> , Expr<G> , Expr<H> )>COUNT(*)
aggregate function to this Aggregation. -
count(
) → Aggregation< (Expr< A> ), (Expr<B> , Expr<C> , Expr<int> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project2 extensionA> ), (Expr<B> , Expr<C> )>COUNT(*)
aggregate function to this Aggregation. -
count(
) → Aggregation< (Expr< A> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F> , Expr<G> , Expr<H> , Expr<int> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate4Project4 extensionA> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F> , Expr<G> , Expr<H> )>COUNT(*)
aggregate function to this Aggregation. -
count(
) → Aggregation< (Expr< A> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<int> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate4Project1 extensionA> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> )>COUNT(*)
aggregate function to this Aggregation. -
count(
) → Aggregation< (Expr< A> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F> , Expr<int> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate4Project2 extensionA> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F> )>COUNT(*)
aggregate function to this Aggregation. -
count(
) → Aggregation< (Expr< A> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<int> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate2Project5 extensionA> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> )>COUNT(*)
aggregate function to this Aggregation. -
count(
) → Aggregation< (Expr< A> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<int> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project4 extensionA> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> )>COUNT(*)
aggregate function to this Aggregation. -
count(
) → Aggregation< (Expr< A> , Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> ), (Expr<G> , Expr<int> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate6Project1 extensionA> , Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> ), (Expr<G> )>COUNT(*)
aggregate function to this Aggregation. -
count(
) → Aggregation< (Expr< A> , Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> ), (Expr<G> , Expr<H> , Expr<int> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate6Project2 extensionA> , Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> ), (Expr<G> , Expr<H> )>COUNT(*)
aggregate function to this Aggregation. -
count(
) → Aggregation< (Expr< A> , Expr<B> ), (Expr<C> , Expr<D> , Expr<int> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate2Project2 extensionA> , Expr<B> ), (Expr<C> , Expr<D> )>COUNT(*)
aggregate function to this Aggregation. -
count(
) → Aggregation< (Expr< A> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F> , Expr<G> , Expr<int> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate4Project3 extensionA> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F> , Expr<G> )>COUNT(*)
aggregate function to this Aggregation. -
count(
) → Aggregation< (Expr< A> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F> , Expr<int> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate3Project3 extensionA> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F> )>COUNT(*)
aggregate function to this Aggregation. -
count(
) → Aggregation< (Expr< A> , Expr<B> , Expr<C> ), (Expr<D> , Expr<int> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate3Project1 extensionA> , Expr<B> , Expr<C> ), (Expr<D> )>COUNT(*)
aggregate function to this Aggregation. -
count(
) → Aggregation< (Expr< A> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<int> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate2Project4 extensionA> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F> )>COUNT(*)
aggregate function to this Aggregation. -
count(
) → Aggregation< (Expr< A> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<int> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate2Project3 extensionA> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> )>COUNT(*)
aggregate function to this Aggregation. -
count(
) → Aggregation< (Expr< A> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<int> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project5 extensionA> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> )>COUNT(*)
aggregate function to this Aggregation. -
count(
) → Aggregation< (Expr< A> , Expr<B> , Expr<C> , Expr<D> , Expr<E> ), (Expr<F> , Expr<G> , Expr<int> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate5Project2 extensionA> , Expr<B> , Expr<C> , Expr<D> , Expr<E> ), (Expr<F> , Expr<G> )>COUNT(*)
aggregate function to this Aggregation. -
count(
) → Aggregation< (Expr< A> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> , Expr<int> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate3Project5 extensionA> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> )>COUNT(*)
aggregate function to this Aggregation. -
count(
) → Aggregation< (Expr< A> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<int> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate3Project2 extensionA> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> )>COUNT(*)
aggregate function to this Aggregation. -
max<
F extends Comparable> (Expr< F?> aggregateBuilder(Expr<A> a, Expr<B> b)) → Aggregation<(Expr< A> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate2Project3 extensionA> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> )>MAX
aggregate function to this Aggregation. -
max<
G extends Comparable> (Expr< G?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F> , Expr<G?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate4Project2 extensionA> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F> )>MAX
aggregate function to this Aggregation. -
max<
H extends Comparable> (Expr< H?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F> , Expr<G> , Expr<H?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate4Project3 extensionA> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F> , Expr<G> )>MAX
aggregate function to this Aggregation. -
max<
E extends Comparable> (Expr< E?> aggregateBuilder(Expr<A> a, Expr<B> b)) → Aggregation<(Expr< A> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate2Project2 extensionA> , Expr<B> ), (Expr<C> , Expr<D> )>MAX
aggregate function to this Aggregation. -
max<
H extends Comparable> (Expr< H?> aggregateBuilder(Expr<A> a, Expr<B> b)) → Aggregation<(Expr< A> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate2Project5 extensionA> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> )>MAX
aggregate function to this Aggregation. -
max<
I extends Comparable> (Expr< I?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F> , Expr<G> , Expr<H> , Expr<I?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate4Project4 extensionA> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F> , Expr<G> , Expr<H> )>MAX
aggregate function to this Aggregation. -
max<
D extends Comparable> (Expr< D?> aggregateBuilder(Expr<A> a, Expr<B> b)) → Aggregation<(Expr< A> , Expr<B> ), (Expr<C> , Expr<D?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate2Project1 extensionA> , Expr<B> ), (Expr<C> )>MAX
aggregate function to this Aggregation. -
max<
I extends Comparable> (Expr< I?> aggregateBuilder(Expr<A> a)) → Aggregation<(Expr< A> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> , Expr<I?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project7 extensionA> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> )>MAX
aggregate function to this Aggregation. -
max<
F extends Comparable> (Expr< F?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate4Project1 extensionA> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> )>MAX
aggregate function to this Aggregation. -
max<
I extends Comparable> (Expr< I?> aggregateBuilder(Expr<A> a, Expr<B> b)) → Aggregation<(Expr< A> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> , Expr<I?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate2Project6 extensionA> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> )>MAX
aggregate function to this Aggregation. -
max<
G extends Comparable> (Expr< G?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d, Expr<E> e)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> , Expr<E> ), (Expr<F> , Expr<G?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate5Project1 extensionA> , Expr<B> , Expr<C> , Expr<D> , Expr<E> ), (Expr<F> )>MAX
aggregate function to this Aggregation. -
max<
H extends Comparable> (Expr< H?> aggregateBuilder(Expr<A> a)) → Aggregation<(Expr< A> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project6 extensionA> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> )>MAX
aggregate function to this Aggregation. -
max<
H extends Comparable> (Expr< H?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d, Expr<E> e)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> , Expr<E> ), (Expr<F> , Expr<G> , Expr<H?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate5Project2 extensionA> , Expr<B> , Expr<C> , Expr<D> , Expr<E> ), (Expr<F> , Expr<G> )>MAX
aggregate function to this Aggregation. -
max<
H extends Comparable> (Expr< H?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d, Expr<E> e, Expr<F> f)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> ), (Expr<G> , Expr<H?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate6Project1 extensionA> , Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> ), (Expr<G> )>MAX
aggregate function to this Aggregation. -
max<
I extends Comparable> (Expr< I?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d, Expr<E> e, Expr<F> f, Expr<G> g)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> ), (Expr<H> , Expr<I?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate7Project1 extensionA> , Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> ), (Expr<H> )>MAX
aggregate function to this Aggregation. -
max<
G extends Comparable> (Expr< G?> aggregateBuilder(Expr<A> a)) → Aggregation<(Expr< A> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project5 extensionA> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> )>MAX
aggregate function to this Aggregation. -
max<
I extends Comparable> (Expr< I?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> , Expr<I?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate3Project5 extensionA> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> )>MAX
aggregate function to this Aggregation. -
max<
I extends Comparable> (Expr< I?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d, Expr<E> e)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> , Expr<E> ), (Expr<F> , Expr<G> , Expr<H> , Expr<I?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate5Project3 extensionA> , Expr<B> , Expr<C> , Expr<D> , Expr<E> ), (Expr<F> , Expr<G> , Expr<H> )>MAX
aggregate function to this Aggregation. -
max<
F extends Comparable> (Expr< F?> aggregateBuilder(Expr<A> a)) → Aggregation<(Expr< A> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project4 extensionA> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> )>MAX
aggregate function to this Aggregation. -
max<
F extends Comparable> (Expr< F?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate3Project2 extensionA> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> )>MAX
aggregate function to this Aggregation. -
max<
E extends Comparable> (Expr< E?> aggregateBuilder(Expr<A> a)) → Aggregation<(Expr< A> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project3 extensionA> ), (Expr<B> , Expr<C> , Expr<D> )>MAX
aggregate function to this Aggregation. -
max<
D extends Comparable> (Expr< D?> aggregateBuilder(Expr<A> a)) → Aggregation<(Expr< A> ), (Expr<B> , Expr<C> , Expr<D?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project2 extensionA> ), (Expr<B> , Expr<C> )>MAX
aggregate function to this Aggregation. -
max<
I extends Comparable> (Expr< I?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d, Expr<E> e, Expr<F> f)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> ), (Expr<G> , Expr<H> , Expr<I?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate6Project2 extensionA> , Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> ), (Expr<G> , Expr<H> )>MAX
aggregate function to this Aggregation. -
max<
H extends Comparable> (Expr< H?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate3Project4 extensionA> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F> , Expr<G> )>MAX
aggregate function to this Aggregation. -
max<
G extends Comparable> (Expr< G?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F> , Expr<G?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate3Project3 extensionA> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F> )>MAX
aggregate function to this Aggregation. -
max<
C extends Comparable> (Expr< C?> aggregateBuilder(Expr<A> a)) → Aggregation<(Expr< A> ), (Expr<B> , Expr<C?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project1 extensionA> ), (Expr<B> )>MAX
aggregate function to this Aggregation. -
max<
G extends Comparable> (Expr< G?> aggregateBuilder(Expr<A> a, Expr<B> b)) → Aggregation<(Expr< A> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate2Project4 extensionA> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F> )>MAX
aggregate function to this Aggregation. -
max<
E extends Comparable> (Expr< E?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate3Project1 extensionA> , Expr<B> , Expr<C> ), (Expr<D> )>MAX
aggregate function to this Aggregation. -
min<
I extends Comparable> (Expr< I?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d, Expr<E> e, Expr<F> f, Expr<G> g)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> ), (Expr<H> , Expr<I?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate7Project1 extensionA> , Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> ), (Expr<H> )>MIN
aggregate function to this Aggregation. -
min<
G extends Comparable> (Expr< G?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F> , Expr<G?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate3Project3 extensionA> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F> )>MIN
aggregate function to this Aggregation. -
min<
F extends Comparable> (Expr< F?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate3Project2 extensionA> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> )>MIN
aggregate function to this Aggregation. -
min<
I extends Comparable> (Expr< I?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> , Expr<I?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate3Project5 extensionA> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> )>MIN
aggregate function to this Aggregation. -
min<
E extends Comparable> (Expr< E?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate3Project1 extensionA> , Expr<B> , Expr<C> ), (Expr<D> )>MIN
aggregate function to this Aggregation. -
min<
F extends Comparable> (Expr< F?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate4Project1 extensionA> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> )>MIN
aggregate function to this Aggregation. -
min<
I extends Comparable> (Expr< I?> aggregateBuilder(Expr<A> a, Expr<B> b)) → Aggregation<(Expr< A> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> , Expr<I?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate2Project6 extensionA> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> )>MIN
aggregate function to this Aggregation. -
min<
H extends Comparable> (Expr< H?> aggregateBuilder(Expr<A> a, Expr<B> b)) → Aggregation<(Expr< A> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate2Project5 extensionA> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> )>MIN
aggregate function to this Aggregation. -
min<
G extends Comparable> (Expr< G?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F> , Expr<G?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate4Project2 extensionA> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F> )>MIN
aggregate function to this Aggregation. -
min<
G extends Comparable> (Expr< G?> aggregateBuilder(Expr<A> a, Expr<B> b)) → Aggregation<(Expr< A> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate2Project4 extensionA> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F> )>MIN
aggregate function to this Aggregation. -
min<
H extends Comparable> (Expr< H?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate3Project4 extensionA> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F> , Expr<G> )>MIN
aggregate function to this Aggregation. -
min<
H extends Comparable> (Expr< H?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F> , Expr<G> , Expr<H?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate4Project3 extensionA> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F> , Expr<G> )>MIN
aggregate function to this Aggregation. -
min<
F extends Comparable> (Expr< F?> aggregateBuilder(Expr<A> a, Expr<B> b)) → Aggregation<(Expr< A> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate2Project3 extensionA> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> )>MIN
aggregate function to this Aggregation. -
min<
E extends Comparable> (Expr< E?> aggregateBuilder(Expr<A> a, Expr<B> b)) → Aggregation<(Expr< A> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate2Project2 extensionA> , Expr<B> ), (Expr<C> , Expr<D> )>MIN
aggregate function to this Aggregation. -
min<
I extends Comparable> (Expr< I?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F> , Expr<G> , Expr<H> , Expr<I?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate4Project4 extensionA> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F> , Expr<G> , Expr<H> )>MIN
aggregate function to this Aggregation. -
min<
D extends Comparable> (Expr< D?> aggregateBuilder(Expr<A> a, Expr<B> b)) → Aggregation<(Expr< A> , Expr<B> ), (Expr<C> , Expr<D?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate2Project1 extensionA> , Expr<B> ), (Expr<C> )>MIN
aggregate function to this Aggregation. -
min<
G extends Comparable> (Expr< G?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d, Expr<E> e)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> , Expr<E> ), (Expr<F> , Expr<G?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate5Project1 extensionA> , Expr<B> , Expr<C> , Expr<D> , Expr<E> ), (Expr<F> )>MIN
aggregate function to this Aggregation. -
min<
I extends Comparable> (Expr< I?> aggregateBuilder(Expr<A> a)) → Aggregation<(Expr< A> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> , Expr<I?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project7 extensionA> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> )>MIN
aggregate function to this Aggregation. -
min<
H extends Comparable> (Expr< H?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d, Expr<E> e)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> , Expr<E> ), (Expr<F> , Expr<G> , Expr<H?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate5Project2 extensionA> , Expr<B> , Expr<C> , Expr<D> , Expr<E> ), (Expr<F> , Expr<G> )>MIN
aggregate function to this Aggregation. -
min<
H extends Comparable> (Expr< H?> aggregateBuilder(Expr<A> a)) → Aggregation<(Expr< A> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project6 extensionA> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> )>MIN
aggregate function to this Aggregation. -
min<
G extends Comparable> (Expr< G?> aggregateBuilder(Expr<A> a)) → Aggregation<(Expr< A> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project5 extensionA> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> )>MIN
aggregate function to this Aggregation. -
min<
I extends Comparable> (Expr< I?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d, Expr<E> e)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> , Expr<E> ), (Expr<F> , Expr<G> , Expr<H> , Expr<I?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate5Project3 extensionA> , Expr<B> , Expr<C> , Expr<D> , Expr<E> ), (Expr<F> , Expr<G> , Expr<H> )>MIN
aggregate function to this Aggregation. -
min<
F extends Comparable> (Expr< F?> aggregateBuilder(Expr<A> a)) → Aggregation<(Expr< A> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project4 extensionA> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> )>MIN
aggregate function to this Aggregation. -
min<
H extends Comparable> (Expr< H?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d, Expr<E> e, Expr<F> f)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> ), (Expr<G> , Expr<H?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate6Project1 extensionA> , Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> ), (Expr<G> )>MIN
aggregate function to this Aggregation. -
min<
E extends Comparable> (Expr< E?> aggregateBuilder(Expr<A> a)) → Aggregation<(Expr< A> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project3 extensionA> ), (Expr<B> , Expr<C> , Expr<D> )>MIN
aggregate function to this Aggregation. -
min<
D extends Comparable> (Expr< D?> aggregateBuilder(Expr<A> a)) → Aggregation<(Expr< A> ), (Expr<B> , Expr<C> , Expr<D?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project2 extensionA> ), (Expr<B> , Expr<C> )>MIN
aggregate function to this Aggregation. -
min<
I extends Comparable> (Expr< I?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d, Expr<E> e, Expr<F> f)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> ), (Expr<G> , Expr<H> , Expr<I?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate6Project2 extensionA> , Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> ), (Expr<G> , Expr<H> )>MIN
aggregate function to this Aggregation. -
min<
C extends Comparable> (Expr< C?> aggregateBuilder(Expr<A> a)) → Aggregation<(Expr< A> ), (Expr<B> , Expr<C?> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project1 extensionA> ), (Expr<B> )>MIN
aggregate function to this Aggregation. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sum<
G extends num> (Expr< G?> aggregateBuilder(Expr<A> a, Expr<B> b)) → Aggregation<(Expr< A> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate2Project4 extensionA> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F> )>SUM
aggregate function to this Aggregation. -
sum<
E extends num> (Expr< E?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate3Project1 extensionA> , Expr<B> , Expr<C> ), (Expr<D> )>SUM
aggregate function to this Aggregation. -
sum<
H extends num> (Expr< H?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F> , Expr<G> , Expr<H> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate4Project3 extensionA> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F> , Expr<G> )>SUM
aggregate function to this Aggregation. -
sum<
I extends num> (Expr< I?> aggregateBuilder(Expr<A> a)) → Aggregation<(Expr< A> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> , Expr<I> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project7 extensionA> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> )>SUM
aggregate function to this Aggregation. -
sum<
H extends num> (Expr< H?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d, Expr<E> e)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> , Expr<E> ), (Expr<F> , Expr<G> , Expr<H> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate5Project2 extensionA> , Expr<B> , Expr<C> , Expr<D> , Expr<E> ), (Expr<F> , Expr<G> )>SUM
aggregate function to this Aggregation. -
sum<
F extends num> (Expr< F?> aggregateBuilder(Expr<A> a, Expr<B> b)) → Aggregation<(Expr< A> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate2Project3 extensionA> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> )>SUM
aggregate function to this Aggregation. -
sum<
I extends num> (Expr< I?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> , Expr<I> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate3Project5 extensionA> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> )>SUM
aggregate function to this Aggregation. -
sum<
F extends num> (Expr< F?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate3Project2 extensionA> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> )>SUM
aggregate function to this Aggregation. -
sum<
H extends num> (Expr< H?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate3Project4 extensionA> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F> , Expr<G> )>SUM
aggregate function to this Aggregation. -
sum<
I extends num> (Expr< I?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d, Expr<E> e)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> , Expr<E> ), (Expr<F> , Expr<G> , Expr<H> , Expr<I> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate5Project3 extensionA> , Expr<B> , Expr<C> , Expr<D> , Expr<E> ), (Expr<F> , Expr<G> , Expr<H> )>SUM
aggregate function to this Aggregation. -
sum<
I extends num> (Expr< I?> aggregateBuilder(Expr<A> a, Expr<B> b)) → Aggregation<(Expr< A> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> , Expr<I> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate2Project6 extensionA> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> )>SUM
aggregate function to this Aggregation. -
sum<
G extends num> (Expr< G?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F> , Expr<G> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate4Project2 extensionA> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F> )>SUM
aggregate function to this Aggregation. -
sum<
G extends num> (Expr< G?> aggregateBuilder(Expr<A> a)) → Aggregation<(Expr< A> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project5 extensionA> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> )>SUM
aggregate function to this Aggregation. -
sum<
I extends num> (Expr< I?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F> , Expr<G> , Expr<H> , Expr<I> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate4Project4 extensionA> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F> , Expr<G> , Expr<H> )>SUM
aggregate function to this Aggregation. -
sum<
H extends num> (Expr< H?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d, Expr<E> e, Expr<F> f)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> ), (Expr<G> , Expr<H> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate6Project1 extensionA> , Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> ), (Expr<G> )>SUM
aggregate function to this Aggregation. -
sum<
F extends num> (Expr< F?> aggregateBuilder(Expr<A> a)) → Aggregation<(Expr< A> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project4 extensionA> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> )>SUM
aggregate function to this Aggregation. -
sum<
G extends num> (Expr< G?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F> , Expr<G> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate3Project3 extensionA> , Expr<B> , Expr<C> ), (Expr<D> , Expr<E> , Expr<F> )>SUM
aggregate function to this Aggregation. -
sum<
F extends num> (Expr< F?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> , Expr<F> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate4Project1 extensionA> , Expr<B> , Expr<C> , Expr<D> ), (Expr<E> )>SUM
aggregate function to this Aggregation. -
sum<
E extends num> (Expr< E?> aggregateBuilder(Expr<A> a)) → Aggregation<(Expr< A> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project3 extensionA> ), (Expr<B> , Expr<C> , Expr<D> )>SUM
aggregate function to this Aggregation. -
sum<
I extends num> (Expr< I?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d, Expr<E> e, Expr<F> f)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> ), (Expr<G> , Expr<H> , Expr<I> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate6Project2 extensionA> , Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> ), (Expr<G> , Expr<H> )>SUM
aggregate function to this Aggregation. -
sum<
E extends num> (Expr< E?> aggregateBuilder(Expr<A> a, Expr<B> b)) → Aggregation<(Expr< A> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate2Project2 extensionA> , Expr<B> ), (Expr<C> , Expr<D> )>SUM
aggregate function to this Aggregation. -
sum<
H extends num> (Expr< H?> aggregateBuilder(Expr<A> a, Expr<B> b)) → Aggregation<(Expr< A> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate2Project5 extensionA> , Expr<B> ), (Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> )>SUM
aggregate function to this Aggregation. -
sum<
D extends num> (Expr< D?> aggregateBuilder(Expr<A> a)) → Aggregation<(Expr< A> ), (Expr<B> , Expr<C> , Expr<D> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project2 extensionA> ), (Expr<B> , Expr<C> )>SUM
aggregate function to this Aggregation. -
sum<
G extends num> (Expr< G?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d, Expr<E> e)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> , Expr<E> ), (Expr<F> , Expr<G> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate5Project1 extensionA> , Expr<B> , Expr<C> , Expr<D> , Expr<E> ), (Expr<F> )>SUM
aggregate function to this Aggregation. -
sum<
I extends num> (Expr< I?> aggregateBuilder(Expr<A> a, Expr<B> b, Expr<C> c, Expr<D> d, Expr<E> e, Expr<F> f, Expr<G> g)) → Aggregation<(Expr< A> , Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> ), (Expr<H> , Expr<I> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate7Project1 extensionA> , Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> ), (Expr<H> )>SUM
aggregate function to this Aggregation. -
sum<
C extends num> (Expr< C?> aggregateBuilder(Expr<A> a)) → Aggregation<(Expr< A> ), (Expr<B> , Expr<C> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project1 extensionA> ), (Expr<B> )>SUM
aggregate function to this Aggregation. -
sum<
D extends num> (Expr< D?> aggregateBuilder(Expr<A> a, Expr<B> b)) → Aggregation<(Expr< A> , Expr<B> ), (Expr<C> , Expr<D> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate2Project1 extensionA> , Expr<B> ), (Expr<C> )>SUM
aggregate function to this Aggregation. -
sum<
H extends num> (Expr< H?> aggregateBuilder(Expr<A> a)) → Aggregation<(Expr< A> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> , Expr<H> )> -
Available on Aggregation<
Add a(Expr< , provided by the Aggregate1Project6 extensionA> ), (Expr<B> , Expr<C> , Expr<D> , Expr<E> , Expr<F> , Expr<G> )>SUM
aggregate function to this Aggregation. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited