Skip to main content

GroupByIdentity

Trait GroupByIdentity 

Source
pub trait GroupByIdentity {
    type Identity;
}
Expand description

Extracts the “base column” identity from an expression for GROUP BY matching.

AliasedExpr<Col>Col, bare column → Self.

Required Associated Types§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§