Skip to content

Commit

Permalink
Update arrow/src/array/array_boolean.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Lamb <[email protected]>
  • Loading branch information
novemberkilo and alamb authored May 24, 2021
1 parent e266a70 commit c1abbe9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arrow/src/array/array_boolean.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ use crate::util::bit_util;
/// use arrow::array::{Array, BooleanArray};
/// let arr = BooleanArray::from(vec![Some(false), Some(true), None, Some(true)]);
/// assert_eq!(4, arr.len());
/// assert_eq!(0, arr.offset());
/// assert_eq!(1, arr.null_count());
/// assert!(arr.is_valid(0));
/// assert!(!arr.is_null(0));
Expand Down

0 comments on commit c1abbe9

Please sign in to comment.