Module diesel::expression::is_aggregate

source ·
Expand description

Possible values for ValidGrouping::IsAggregate

Structs§

  • This expression is never aggregate, and can appear with any other expression, regardless of whether it is aggregate.
  • No, this expression is not aggregate with the given group by clause, but it might be aggregate with a different group by clause.
  • Yes, this expression is aggregate for the given group by clause.