HavingDsl
class HavingDsl
Dedicated expression context for AggregationQueryDsl.having: its String.eq takes a Double and yields a HavingExpression rather than the FilterExpression built by FilterDsl, so the two scopes must not share a receiver type.