We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c633435 commit 68139c8Copy full SHA for 68139c8
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