Skip to content

Commit 68139c8

Browse files
committed
Add documentation for poll_next_batch function in PyRecordBatchStream
1 parent c633435 commit 68139c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/record_batch.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ impl PyRecordBatchStream {
8484
}
8585
}
8686

87+
/// Polls the next batch from a `SendableRecordBatchStream`, converting the `Option<Result<_>>` form.
8788
pub(crate) async fn poll_next_batch(
8889
stream: &mut SendableRecordBatchStream,
8990
) -> datafusion::error::Result<Option<RecordBatch>> {

0 commit comments

Comments
 (0)