Skip to content

Commit

Permalink
Revert structured ArrayData (apache#1799) (apache#3894)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold authored and spebern committed Mar 25, 2023
1 parent 515772a commit 6ad251b
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 6ad251b

Please sign in to comment.