@@ -120,8 +120,6 @@ pub struct vortex_fastlanes::BitPacked
120120
121121impl vortex_fastlanes::BitPacked
122122
123- pub fn vortex_fastlanes::BitPacked::array_id() -> vortex_array::array::ArrayId
124-
125123pub fn vortex_fastlanes::BitPacked::encode(array: &vortex_array::array::erased::ArrayRef, bit_width: u8) -> vortex_error::VortexResult<vortex_fastlanes::BitPackedArray>
126124
127125pub fn vortex_fastlanes::BitPacked::into_parts(array: vortex_fastlanes::BitPackedArray) -> vortex_fastlanes::BitPackedDataParts
@@ -280,8 +278,6 @@ pub struct vortex_fastlanes::Delta
280278
281279impl vortex_fastlanes::Delta
282280
283- pub fn vortex_fastlanes::Delta::array_id() -> vortex_array::array::ArrayId
284-
285281pub fn vortex_fastlanes::Delta::try_from_primitive_array(array: &vortex_array::arrays::primitive::vtable::PrimitiveArray, ctx: &mut vortex_array::executor::ExecutionCtx) -> vortex_error::VortexResult<vortex_fastlanes::DeltaArray>
286282
287283pub fn vortex_fastlanes::Delta::try_new(bases: vortex_array::array::erased::ArrayRef, deltas: vortex_array::array::erased::ArrayRef, offset: usize, len: usize) -> vortex_error::VortexResult<vortex_fastlanes::DeltaArray>
@@ -368,8 +364,6 @@ pub struct vortex_fastlanes::FoR
368364
369365impl vortex_fastlanes::FoR
370366
371- pub fn vortex_fastlanes::FoR::array_id() -> vortex_array::array::ArrayId
372-
373367pub fn vortex_fastlanes::FoR::encode(array: vortex_array::arrays::primitive::vtable::PrimitiveArray) -> vortex_error::VortexResult<vortex_fastlanes::FoRArray>
374368
375369pub fn vortex_fastlanes::FoR::try_new(encoded: vortex_array::array::erased::ArrayRef, reference: vortex_array::scalar::Scalar) -> vortex_error::VortexResult<vortex_fastlanes::FoRArray>
@@ -474,8 +468,6 @@ pub struct vortex_fastlanes::RLE
474468
475469impl vortex_fastlanes::RLE
476470
477- pub fn vortex_fastlanes::RLE::array_id() -> vortex_array::array::ArrayId
478-
479471pub fn vortex_fastlanes::RLE::encode(array: vortex_array::array::view::ArrayView<'_, vortex_array::arrays::primitive::vtable::Primitive>) -> vortex_error::VortexResult<vortex_fastlanes::RLEArray>
480472
481473pub unsafe fn vortex_fastlanes::RLE::new_unchecked(values: vortex_array::array::erased::ArrayRef, indices: vortex_array::array::erased::ArrayRef, values_idx_offsets: vortex_array::array::erased::ArrayRef, offset: usize, length: usize) -> vortex_fastlanes::RLEArray
0 commit comments