T - Typepublic interface AggregatingOrdinal<T extends Type<?>> extends AggregatingNominal<T>
| Modifier and Type | Method and Description |
|---|---|
AggregateColumn<T> |
avg() |
AggregateColumn<T> |
max() |
AggregateColumn<T> |
min() |
AggregateColumn<T> |
sum() |
count, first, lastAggregateColumn<T> min()
AggregateColumn<T> max()
AggregateColumn<T> avg()
AggregateColumn<T> sum()
Copyright © 2012-2014. All Rights Reserved.