MCPcopy Create free account
hub / github.com/apache/arrow-rs / next

Method next

arrow-ipc/src/reader.rs:1465–1472  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

1463 type Item = Result<RecordBatch, ArrowError>;
1464
1465 fn next(&mut self) -> Option<Self::Item> {
1466 // get current block
1467 if self.current_block < self.total_blocks {
1468 self.maybe_next().transpose()
1469 } else {
1470 None
1471 }
1472 }
1473}
1474
1475impl<R: Read + Seek> RecordBatchReader for FileReader<R> {

Callers 15

equals_readerMethod · 0.45
save_uploaded_chunksFunction · 0.45
upload_dataFunction · 0.45
run_scenarioFunction · 0.45
authenticateFunction · 0.45
validateFunction · 0.45
criterion_benchmarkFunction · 0.45
encode_dictionariesMethod · 0.45

Calls 1

maybe_nextMethod · 0.80

Tested by 15

save_uploaded_chunksFunction · 0.36
upload_dataFunction · 0.36
validateFunction · 0.36
test_write_fileFunction · 0.36
test_write_view_typesFunction · 0.36
test_slicesFunction · 0.36