Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ next
Method
next
arrow-json/src/reader/mod.rs:395–397 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
393
type Item = Result<RecordBatch, ArrowError>;
394
395
fn next(&mut self) -> Option<Self::Item> {
396
self.read().transpose()
397
}
398
}
399
400
impl<R: BufRead> RecordBatchReader for Reader<R> {
Callers
15
flush
Method · 0.45
test_delta_checkpoint
Function · 0.45
struct_nullability
Function · 0.45
test_json_basic
Function · 0.45
test_json_empty_projection
Function · 0.45
test_json_basic_with_nulls
Function · 0.45
test_json_basic_schema
Function · 0.45
test_json_basic_schema_projection
Function · 0.45
test_json_arrays
Function · 0.45
test_nested_list_json_arrays
Function · 0.45
test_fixed_size_list_wrong_size
Function · 0.45
test_skip_empty_lines
Function · 0.45
Calls
1
read
Method · 0.45
Tested by
15
test_delta_checkpoint
Function · 0.36
struct_nullability
Function · 0.36
test_json_basic
Function · 0.36
test_json_empty_projection
Function · 0.36
test_json_basic_with_nulls
Function · 0.36
test_json_basic_schema
Function · 0.36
test_json_basic_schema_projection
Function · 0.36
test_json_arrays
Function · 0.36
test_nested_list_json_arrays
Function · 0.36
test_fixed_size_list_wrong_size
Function · 0.36
test_skip_empty_lines
Function · 0.36
test_with_multiple_batches
Function · 0.36