Skip to content

Commit 6d1c9a8

Browse files
committed
api
Signed-off-by: Robert Kruszewski <github@robertk.io>
1 parent ef9decd commit 6d1c9a8

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

vortex-buffer/public-api.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,6 @@ pub fn vortex_buffer::BitBuffer::offset(&self) -> usize
282282

283283
pub fn vortex_buffer::BitBuffer::select(&self, usize) -> usize
284284

285-
pub fn vortex_buffer::BitBuffer::select_sorted_batch(&self, &[usize]) -> alloc::vec::Vec<usize>
286-
287285
pub fn vortex_buffer::BitBuffer::set_indices(&self) -> arrow_buffer::util::bit_iterator::BitIndexIterator<'_>
288286

289287
pub fn vortex_buffer::BitBuffer::set_slices(&self) -> arrow_buffer::util::bit_iterator::BitSliceIterator<'_>

vortex-mask/public-api.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ pub fn vortex_mask::Mask::new_true(usize) -> Self
8282

8383
pub fn vortex_mask::Mask::rank(&self, usize) -> usize
8484

85-
pub fn vortex_mask::Mask::rank_batch(&self, &[usize]) -> alloc::vec::Vec<usize>
86-
8785
pub fn vortex_mask::Mask::slice(&self, impl core::ops::range::RangeBounds<usize>) -> Self
8886

8987
pub fn vortex_mask::Mask::slices(&self) -> vortex_mask::AllOr<&[(usize, usize)]>

0 commit comments

Comments
 (0)