Skip to content

validity() no longer needs to return a VortexResult anywhere #7282

@connortsui20

Description

@connortsui20

I am pretty sure that we have no uses of validity() returning an error now.

We have this in vortex-array/src/array/vtable/validity.rs which always returns Ok:

impl<V: VTable> ValidityVTable<V> for ValidityVTableFromValidityHelper
where
    V::ArrayData: ValidityHelper,
{
    fn validity(array: ArrayView<'_, V>) -> VortexResult<Validity> {
        Ok(array.data().validity().clone())
    }
}

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions