Skip to main content

DictArrayExt

Trait DictArrayExt 

Source
pub trait DictArrayExt: TypedArrayRef<Dict> + DictArraySlotsExt {
    // Provided methods
    fn has_all_values_referenced(&self) -> bool { ... }
    fn validate_all_values_referenced(&self) -> VortexResult<()> { ... }
    fn compute_referenced_values_mask(
        &self,
        referenced: bool,
    ) -> VortexResult<BitBuffer> { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§