Aggregate returns a UserSelect configured with the given aggregations.
(fns ...AggregateFunc)
| 378 | |
| 379 | // Aggregate returns a UserSelect configured with the given aggregations. |
| 380 | func (_q *UserQuery) Aggregate(fns ...AggregateFunc) *UserSelect { |
| 381 | return _q.Select().Aggregate(fns...) |
| 382 | } |
| 383 | |
| 384 | func (_q *UserQuery) prepareQuery(ctx context.Context) error { |
| 385 | for _, inter := range _q.inters { |
no test coverage detected