Skip to main content

ValidityVTable

Trait ValidityVTable 

Source
pub trait ValidityVTable<V: VTable> {
    // Required method
    fn validity(array: &V::Array) -> VortexResult<Validity>;
}

Required Methods§

Source

fn validity(array: &V::Array) -> 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", so this trait is not object safe.

Implementors§