Skip to content

Commit 35aa0e8

Browse files
committed
clean
Signed-off-by: Andrew Duffy <andrew@a10y.dev>
1 parent ef628ce commit 35aa0e8

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

vortex-array/src/arrays/patched/array.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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(

vortex-buffer/public-api.lock

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -550,10 +550,6 @@ pub fn vortex_buffer::Buffer<u8>::from_arrow_buffer(arrow: arrow_buffer::buffer:
550550

551551
pub 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-
557553
impl<T: arrow_buffer::native::ArrowNativeType> vortex_buffer::Buffer<T>
558554

559555
pub fn vortex_buffer::Buffer<T>::from_arrow_scalar_buffer(arrow: arrow_buffer::buffer::scalar::ScalarBuffer<T>) -> Self

0 commit comments

Comments
 (0)