Trait IntoCanonical

Source
pub trait IntoCanonical {
    // Required method
    fn into_canonical(self) -> VortexResult<Canonical>;
}
Expand description

Canonicalize an Array into one of the Canonical array forms.

§Invariants

The DType of the array will be unchanged by canonicalization.

Required Methods§

Source

fn into_canonical(self) -> VortexResult<Canonical>

Canonicalize the array.

Implementors§