Macro result_unaffected_by_order_by

Source
macro_rules! result_unaffected_by_order_by {
    () => { ... };
}
Expand description

AggTypes of which the aggregate results are not affected by the user given ORDER BY clause.