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 eb99082 commit b86690a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/store/re_dataframe/src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ impl<E: StorageEngineLike> QueryHandle<E> {

/// Calls [`Self::next_row`] and wraps the result in a [`ArrowRecordBatch`].
///
/// Only use this if you absolutely need a [`RecordBatch`] as this adds a
/// Only use this if you absolutely need a [`ArrowRecordBatch`] as this adds a
/// some overhead for schema validation.
///
/// See [`Self::next_row`] for more information.
Expand Down

0 comments on commit b86690a

Please sign in to comment.