Skip to content

Commit 4994f14

Browse files
committed
locks
Signed-off-by: Andrew Duffy <andrew@a10y.dev>
1 parent b1cfc72 commit 4994f14

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

encodings/fastlanes/public-api.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,8 +570,6 @@ impl vortex_array::hash::ArrayHash for vortex_fastlanes::RLEData
570570

571571
pub fn vortex_fastlanes::RLEData::array_hash<H: core::hash::Hasher>(&self, state: &mut H, _precision: vortex_array::hash::Precision)
572572

573-
pub static vortex_fastlanes::USE_EXPERIMENTAL_PATCHES: std::sync::lazy_lock::LazyLock<bool>
574-
575573
pub trait vortex_fastlanes::BitPackedArrayExt: vortex_fastlanes::BitPackedArraySlotsExt
576574

577575
pub fn vortex_fastlanes::BitPackedArrayExt::bit_width(&self) -> u8

vortex-array/public-api.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3538,6 +3538,8 @@ pub fn vortex_array::arrays::patched::PatchedSlotsView<'a>::fmt(&self, f: &mut c
35383538

35393539
impl<'a> core::marker::Copy for vortex_array::arrays::patched::PatchedSlotsView<'a>
35403540

3541+
pub static vortex_array::arrays::patched::USE_EXPERIMENTAL_PATCHES: std::sync::lazy_lock::LazyLock<bool>
3542+
35413543
pub trait vortex_array::arrays::patched::PatchedArrayExt: vortex_array::arrays::patched::PatchedArraySlotsExt
35423544

35433545
pub fn vortex_array::arrays::patched::PatchedArrayExt::lane_range(&self, chunk: usize, lane: usize) -> vortex_error::VortexResult<core::ops::range::Range<usize>>

0 commit comments

Comments
 (0)