Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
554
impl<R: BufRead> RecordBatchReader for BufReader<R> {
Callers
15
parse_extended_ymd
Function · 0.45
parse_decimal
Function · 0.45
split_interval_components
Function · 0.45
write_list
Function · 0.45
write
Method · 0.45
test_conversion_consistency
Function · 0.45
update
Method · 0.45
test_csv
Function · 0.45
test_csv_schema_metadata
Function · 0.45
test_csv_reader_with_decimal
Function · 0.45
test_csv_reader_with_decimal_3264
Function · 0.45
test_csv_from_buf_reader
Function · 0.45
Calls
1
read
Method · 0.45
Tested by
15
test_conversion_consistency
Function · 0.36
test_csv
Function · 0.36
test_csv_schema_metadata
Function · 0.36
test_csv_reader_with_decimal
Function · 0.36
test_csv_reader_with_decimal_3264
Function · 0.36
test_csv_from_buf_reader
Function · 0.36
test_csv_with_schema_inference
Function · 0.36
test_csv_with_schema_inference_no_headers
Function · 0.36
test_csv_builder_with_bounds
Function · 0.36
test_csv_with_projection
Function · 0.36
test_csv_with_dictionary
Function · 0.36
test_csv_with_nullable_dictionary
Function · 0.36