Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Feb 22, 2023
1 parent 2233c17 commit 07c79dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arrow-buffer/src/buffer/boolean.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

use crate::{bit_util, Buffer};

/// A slice-able [`Buffer`] containing bit-packed booleans
#[derive(Debug, Clone)]
pub struct BooleanBuffer {
buffer: Buffer,
Expand Down

0 comments on commit 07c79dc

Please sign in to comment.