@@ -4446,13 +4446,13 @@ pub vortex_array::arrays::listview::ListViewDataParts::validity: vortex_array::v
44464446
44474447pub trait vortex_array::arrays::listview::ListViewArrayExt: vortex_array::TypedArrayRef<vortex_array::arrays::ListView>
44484448
4449- pub fn vortex_array::arrays::listview::ListViewArrayExt::compute_density(&self) -> core::option::Option<f32>
4449+ pub fn vortex_array::arrays::listview::ListViewArrayExt::compute_density(&self, &mut vortex_array::ExecutionCtx ) -> vortex_error::VortexResult< core::option::Option<f32> >
44504450
4451- pub fn vortex_array::arrays::listview::ListViewArrayExt::compute_referenced_elements_mask(&self) -> core::option::Option<vortex_mask::Mask>
4451+ pub fn vortex_array::arrays::listview::ListViewArrayExt::compute_referenced_elements_mask(&self, &mut vortex_array::ExecutionCtx ) -> vortex_error::VortexResult< core::option::Option<vortex_mask::Mask> >
44524452
44534453pub fn vortex_array::arrays::listview::ListViewArrayExt::elements(&self) -> &vortex_array::ArrayRef
44544454
4455- pub fn vortex_array::arrays::listview::ListViewArrayExt::estimate_density(&self) -> vortex_error::VortexResult<core::option::Option<f32>>
4455+ pub fn vortex_array::arrays::listview::ListViewArrayExt::estimate_density(&self, &mut vortex_array::ExecutionCtx ) -> vortex_error::VortexResult<core::option::Option<f32>>
44564456
44574457pub fn vortex_array::arrays::listview::ListViewArrayExt::list_elements_at(&self, usize) -> vortex_error::VortexResult<vortex_array::ArrayRef>
44584458
@@ -4472,13 +4472,13 @@ pub fn vortex_array::arrays::listview::ListViewArrayExt::verify_is_zero_copy_to_
44724472
44734473impl<T: vortex_array::TypedArrayRef<vortex_array::arrays::ListView>> vortex_array::arrays::listview::ListViewArrayExt for T
44744474
4475- pub fn T::compute_density(&self) -> core::option::Option<f32>
4475+ pub fn T::compute_density(&self, &mut vortex_array::ExecutionCtx ) -> vortex_error::VortexResult< core::option::Option<f32> >
44764476
4477- pub fn T::compute_referenced_elements_mask(&self) -> core::option::Option<vortex_mask::Mask>
4477+ pub fn T::compute_referenced_elements_mask(&self, &mut vortex_array::ExecutionCtx ) -> vortex_error::VortexResult< core::option::Option<vortex_mask::Mask> >
44784478
44794479pub fn T::elements(&self) -> &vortex_array::ArrayRef
44804480
4481- pub fn T::estimate_density(&self) -> vortex_error::VortexResult<core::option::Option<f32>>
4481+ pub fn T::estimate_density(&self, &mut vortex_array::ExecutionCtx ) -> vortex_error::VortexResult<core::option::Option<f32>>
44824482
44834483pub fn T::list_elements_at(&self, usize) -> vortex_error::VortexResult<vortex_array::ArrayRef>
44844484
@@ -23966,7 +23966,7 @@ impl vortex_array::Array<vortex_array::arrays::ListView>
2396623966
2396723967pub fn vortex_array::Array<vortex_array::arrays::ListView>::rebuild(&self, vortex_array::arrays::listview::ListViewRebuildMode) -> vortex_error::VortexResult<vortex_array::arrays::ListViewArray>
2396823968
23969- pub fn vortex_array::Array<vortex_array::arrays::ListView>::should_rebuild(&self, bool) -> bool
23969+ pub fn vortex_array::Array<vortex_array::arrays::ListView>::should_rebuild(&self, bool, &mut vortex_array::ExecutionCtx ) -> vortex_error::VortexResult< bool>
2397023970
2397123971impl vortex_array::Array<vortex_array::arrays::Masked>
2397223972
0 commit comments