Skip to content

Commit

Permalink
Merge main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tisonkun authored Nov 28, 2024
1 parent 7fa1c86 commit fa33eef
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions arrow-buffer/src/buffer/boolean.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,17 +100,6 @@ impl BooleanBuffer {
BitChunks::new(self.values(), self.offset, self.len)
}

/// Returns `true` if the bit at index `i` is set
///
/// # Panics
///
/// Panics if `i >= self.len()`
#[inline]
#[deprecated(note = "use BooleanBuffer::value")]
pub fn is_set(&self, i: usize) -> bool {
self.value(i)
}

/// Returns the offset of this [`BooleanBuffer`] in bits
#[inline]
pub fn offset(&self) -> usize {
Expand Down

0 comments on commit fa33eef

Please sign in to comment.