We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5840f57 commit d8fb634Copy full SHA for d8fb634
1 file changed
src/record_batch.rs
@@ -84,6 +84,7 @@ impl PyRecordBatchStream {
84
}
85
86
87
+/// Polls the next batch from a `SendableRecordBatchStream`, converting the `Option<Result<_>>` form.
88
pub(crate) async fn poll_next_batch(
89
stream: &mut SendableRecordBatchStream,
90
) -> datafusion::error::Result<Option<RecordBatch>> {
0 commit comments