File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
vortex-array/src/arrays/patched Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,6 @@ impl PatchedArray {
154154 lane_offsets,
155155 indices,
156156 values,
157- ..
158157 } = transpose_patches ( patches, ctx) ?;
159158
160159 let lane_offsets = PrimitiveArray :: from_buffer_handle (
Original file line number Diff line number Diff line change @@ -550,10 +550,6 @@ pub fn vortex_buffer::Buffer<u8>::from_arrow_buffer(arrow: arrow_buffer::buffer:
550550
551551pub fn vortex_buffer::Buffer<u8>::into_arrow_buffer(self) -> arrow_buffer::buffer::immutable::Buffer
552552
553- impl vortex_buffer::Buffer<u8>
554-
555- pub fn vortex_buffer::Buffer<u8>::reinterpret<V: core::marker::Sized>(&self) -> &[V]
556-
557553impl<T: arrow_buffer::native::ArrowNativeType> vortex_buffer::Buffer<T>
558554
559555pub fn vortex_buffer::Buffer<T>::from_arrow_scalar_buffer(arrow: arrow_buffer::buffer::scalar::ScalarBuffer<T>) -> Self
You can’t perform that action at this time.
0 commit comments