Skip to content

Commit

Permalink
Revert structured ArrayData (#1799) (#3894)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold authored Mar 21, 2023
1 parent 3a6f8bd commit ae4db60
Show file tree
Hide file tree
Showing 12 changed files with 72 additions and 2,714 deletions.
139 changes: 0 additions & 139 deletions arrow-data/src/data/boolean.rs

This file was deleted.

10 changes: 0 additions & 10 deletions arrow-data/src/data/buffers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,6 @@ impl<'a> Buffers<'a> {
}
}

#[inline]
pub(crate) fn one(b: &'a Buffer) -> Self {
Self([Some(b), None])
}

#[inline]
pub(crate) fn two(a: &'a Buffer, b: &'a Buffer) -> Self {
Self([Some(a), Some(b)])
}

/// Returns the number of [`Buffer`] in this collection
#[inline]
pub fn len(&self) -> usize {
Expand Down
Loading

0 comments on commit ae4db60

Please sign in to comment.