Aggregate returns a FsEventSelect configured with the given aggregations.
(fns ...AggregateFunc)
| 336 | |
| 337 | // Aggregate returns a FsEventSelect configured with the given aggregations. |
| 338 | func (feq *FsEventQuery) Aggregate(fns ...AggregateFunc) *FsEventSelect { |
| 339 | return feq.Select().Aggregate(fns...) |
| 340 | } |
| 341 | |
| 342 | func (feq *FsEventQuery) prepareQuery(ctx context.Context) error { |
| 343 | for _, inter := range feq.inters { |