Skip to main content

ValidityVTable

Trait ValidityVTable 

Source
pub trait ValidityVTable<V: VTable> {
    // Required method
    fn validity(array: ArrayView<'_, V>) -> VortexResult<Validity>;
}

Required Methods§

Source

fn validity(array: ArrayView<'_, V>) -> VortexResult<Validity>

Returns the Validity of the array.

§Pre-conditions
  • The array DType is nullable.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§