@@ -66,9 +66,9 @@ pub type vortex_alp::ALP::OperationsVTable = vortex_alp::ALP
6666
6767pub type vortex_alp::ALP::ValidityVTable = vortex_array::vtable::validity::ValidityVTableFromChild
6868
69- pub fn vortex_alp::ALP::array_eq(array: vortex_array::vtable::typed::ArrayView<'_, Self>, other: vortex_array::vtable::typed::ArrayView<'_, Self> , precision: vortex_array::hash::Precision) -> bool
69+ pub fn vortex_alp::ALP::array_eq(array: &vortex_alp::ALPData, other: &vortex_alp::ALPData , precision: vortex_array::hash::Precision) -> bool
7070
71- pub fn vortex_alp::ALP::array_hash<H: core::hash::Hasher>(array: vortex_array::vtable::typed::ArrayView<'_, Self> , state: &mut H, precision: vortex_array::hash::Precision)
71+ pub fn vortex_alp::ALP::array_hash<H: core::hash::Hasher>(array: &vortex_alp::ALPData , state: &mut H, precision: vortex_array::hash::Precision)
7272
7373pub fn vortex_alp::ALP::buffer(_array: vortex_array::vtable::typed::ArrayView<'_, Self>, idx: usize) -> vortex_array::buffer::BufferHandle
7474
@@ -136,7 +136,7 @@ pub fn vortex_alp::ALPData::is_empty(&self) -> bool
136136
137137pub fn vortex_alp::ALPData::len(&self) -> usize
138138
139- pub fn vortex_alp::ALPData::patches(&self) -> core::option::Option<& vortex_array::patches::Patches>
139+ pub fn vortex_alp::ALPData::patches(&self) -> core::option::Option<vortex_array::patches::Patches>
140140
141141pub fn vortex_alp::ALPData::ptype(&self) -> vortex_array::dtype::ptype::PType
142142
@@ -230,9 +230,9 @@ pub type vortex_alp::ALPRD::OperationsVTable = vortex_alp::ALPRD
230230
231231pub type vortex_alp::ALPRD::ValidityVTable = vortex_array::vtable::validity::ValidityVTableFromChild
232232
233- pub fn vortex_alp::ALPRD::array_eq(array: vortex_array::vtable::typed::ArrayView<'_, Self>, other: vortex_array::vtable::typed::ArrayView<'_, Self> , precision: vortex_array::hash::Precision) -> bool
233+ pub fn vortex_alp::ALPRD::array_eq(array: &vortex_alp::ALPRDData, other: &vortex_alp::ALPRDData , precision: vortex_array::hash::Precision) -> bool
234234
235- pub fn vortex_alp::ALPRD::array_hash<H: core::hash::Hasher>(array: vortex_array::vtable::typed::ArrayView<'_, Self> , state: &mut H, precision: vortex_array::hash::Precision)
235+ pub fn vortex_alp::ALPRD::array_hash<H: core::hash::Hasher>(array: &vortex_alp::ALPRDData , state: &mut H, precision: vortex_array::hash::Precision)
236236
237237pub fn vortex_alp::ALPRD::buffer(_array: vortex_array::vtable::typed::ArrayView<'_, Self>, idx: usize) -> vortex_array::buffer::BufferHandle
238238
@@ -314,7 +314,7 @@ pub fn vortex_alp::ALPRDData::left_parts(&self) -> &vortex_array::array::ArrayRe
314314
315315pub fn vortex_alp::ALPRDData::left_parts_dictionary(&self) -> &vortex_buffer::buffer::Buffer<u16>
316316
317- pub fn vortex_alp::ALPRDData::left_parts_patches(&self) -> core::option::Option<& vortex_array::patches::Patches>
317+ pub fn vortex_alp::ALPRDData::left_parts_patches(&self) -> core::option::Option<vortex_array::patches::Patches>
318318
319319pub fn vortex_alp::ALPRDData::len(&self) -> usize
320320
0 commit comments