Skip to content

Commit

Permalink
Fix doclink
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jan 16, 2025
1 parent bdc5a10 commit 13ab728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/store/re_chunk_store/src/dataframe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ pub struct ComponentColumnDescriptor {
/// The Arrow datatype of the stored column.
///
/// This is the log-time datatype corresponding to how this data is encoded
/// in a chunk. Currently this will always be an [`Arrow2ListArray`], but as
/// in a chunk. Currently this will always be an [`ArrowListArray`], but as
/// we introduce mono-type optimization, this might be a native type instead.
pub store_datatype: ArrowDatatype,

Expand Down

0 comments on commit 13ab728

Please sign in to comment.