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

Method next

arrow-csv/src/reader/mod.rs:549–551  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

547 type Item = Result<RecordBatch, ArrowError>;
548
549 fn next(&mut self) -> Option<Self::Item> {
550 self.read().transpose()
551 }
552}
553
554impl<R: BufRead> RecordBatchReader for BufReader<R> {

Callers 15

parse_extended_ymdFunction · 0.45
parse_decimalFunction · 0.45
write_listFunction · 0.45
writeMethod · 0.45
updateMethod · 0.45
test_csvFunction · 0.45
test_csv_schema_metadataFunction · 0.45
test_csv_from_buf_readerFunction · 0.45

Calls 1

readMethod · 0.45