Skip to content

Commit 5846b13

Browse files
committed
fixes
Signed-off-by: Robert Kruszewski <github@robertk.io>
1 parent f6c70ce commit 5846b13

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

encodings/fastlanes/public-api.lock

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -674,10 +674,6 @@ impl vortex_array::vtable::validity::ValidityChildSliceHelper for vortex_fastlan
674674

675675
pub fn vortex_fastlanes::RLEArray::unsliced_child_and_slice(&self) -> (&vortex_array::array::ArrayRef, usize, usize)
676676

677-
<<<<<<< HEAD
678-
pub fn vortex_fastlanes::delta_compress(array: &vortex_array::arrays::primitive::array::PrimitiveArray) -> vortex_error::VortexResult<(vortex_array::arrays::primitive::array::PrimitiveArray, vortex_array::arrays::primitive::array::PrimitiveArray)>
677+
pub fn vortex_fastlanes::delta_compress(array: &vortex_array::arrays::primitive::array::PrimitiveArray, ctx: &mut vortex_array::executor::ExecutionCtx) -> vortex_error::VortexResult<(vortex_array::arrays::primitive::array::PrimitiveArray, vortex_array::arrays::primitive::array::PrimitiveArray)>
679678

680679
pub fn vortex_fastlanes::initialize(session: &mut vortex_session::VortexSession)
681-
=======
682-
pub fn vortex_fastlanes::delta_compress(array: &vortex_array::arrays::primitive::array::PrimitiveArray, ctx: &mut vortex_array::executor::ExecutionCtx) -> vortex_error::VortexResult<(vortex_array::arrays::primitive::array::PrimitiveArray, vortex_array::arrays::primitive::array::PrimitiveArray)>
683-
>>>>>>> 8e20c980d (api)

encodings/fastlanes/src/delta/array/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ use vortex_array::dtype::DType;
1111
use vortex_array::dtype::PType;
1212
use vortex_array::match_each_unsigned_integer_ptype;
1313
use vortex_array::stats::ArrayStats;
14-
use vortex_error::VortexExpect as _;
1514
use vortex_error::VortexResult;
1615
use vortex_error::vortex_ensure;
1716

@@ -26,7 +25,7 @@ pub mod delta_decompress;
2625
///
2726
/// # Examples
2827
///
29-
/// ```no_run
28+
/// ```
3029
/// use vortex_array::arrays::PrimitiveArray;
3130
/// use vortex_array::VortexSessionExecute;
3231
/// use vortex_array::session::ArraySession;

0 commit comments

Comments
 (0)