pub trait GroupByApplied { }Expand description
States where GROUP BY has been applied (allows mixed agg/scalar selects).
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait GroupByApplied { }States where GROUP BY has been applied (allows mixed agg/scalar selects).
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".