Skip to main content

GroupByInput

Trait GroupByInput 

Source
pub trait GroupByInput {
    type Model: Model;
}
Expand description

A typed shape that lowers to a group-by spec.

As with AggregateInput, the IR target is finalized in phase 6.

Required Associated Types§

Source

type Model: Model

The model this group-by spec applies to.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§