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§

Implementors§