risingwave_expr

Macro must_have_order_by

source
macro_rules! must_have_order_by {
    () => { ... };
}
Expand description

AggTypes 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.