Skip to content

Commit

Permalink
Update datafusion/execution/src/stream.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Oleks V <[email protected]>
  • Loading branch information
alamb and comphead committed Sep 28, 2024
1 parent 7f113fc commit a04b8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/execution/src/stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub trait RecordBatchStream: Stream<Item = Result<RecordBatch>> {

/// Trait for a [`Stream`] of [`RecordBatch`]es that can be passed between threads
///
/// This trait is used to retrieve the results of DataFusion execution plans.
/// This trait is used to retrieve the results of DataFusion execution plan nodes.
///
/// The trait is a specialized Rust Async [`Stream`] that also knows the schema
/// of the data it will return (even if the stream has no data). Every
Expand Down

0 comments on commit a04b8a8

Please sign in to comment.