pub struct GhtBimorphism<Bimorphism> { /* private fields */ }Expand description
Composable bimorphism, wraps an existing morphism by partitioning it per key.
For example, GhtKeyedBimorphism<..., GhtCartesianProduct<...>> is a join.
Implementations§
Source§impl<Bimorphism> GhtBimorphism<Bimorphism>
impl<Bimorphism> GhtBimorphism<Bimorphism>
Trait Implementations§
Source§impl<Bimorphism: Default> Default for GhtBimorphism<Bimorphism>
impl<Bimorphism: Default> Default for GhtBimorphism<Bimorphism>
Source§fn default() -> GhtBimorphism<Bimorphism>
fn default() -> GhtBimorphism<Bimorphism>
Returns the “default value” for a type. Read more