Skip to content

Commit

Permalink
Update src/daft-core/src/array/list_array.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jay Chia <[email protected]>
  • Loading branch information
andrewgazelka and jaychia authored Sep 27, 2024
1 parent 313fbb0 commit 3ac500e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/daft-core/src/array/list_array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub struct ListArray {
pub field: Arc<Field>,
pub flat_child: Series,

/// Where does each row start
/// Where each row starts and ends. Null rows usually have the same start/end index, but this is not guaranteed.
offsets: arrow2::offset::OffsetsBuffer<i64>,
validity: Option<arrow2::bitmap::Bitmap>,
}
Expand Down

0 comments on commit 3ac500e

Please sign in to comment.