pub trait AggregateProjections {
// Required method
fn into_aggregate_projections(self) -> Vec<AggregateProjection>;
}Expand description
Converts public select_aggregate(...) arguments into aggregate
projections.
pub trait AggregateProjections {
// Required method
fn into_aggregate_projections(self) -> Vec<AggregateProjection>;
}Converts public select_aggregate(...) arguments into aggregate
projections.