macro_rules! must_have_order_by {
() => { ... };
}
Expand description
AggType
s that must be called with ORDER BY clause. These are
slightly different from variants not in result_unaffected_by_order_by
, in that
variants returned by this macro should be banned while the others should just be warned.