Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ schema
Method
schema
arrow-json/src/reader/mod.rs:401–403 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
399
400
impl<R: BufRead> RecordBatchReader for Reader<R> {
401
fn schema(&self) -> SchemaRef {
402
self.decoder.schema.clone()
403
}
404
}
405
406
/// A low-level interface for reading JSON data from a byte stream
Callers
12
assert_binary_json_with_writer
Function · 0.45
test_json_basic
Function · 0.45
test_json_basic_with_nulls
Function · 0.45
test_json_basic_schema
Function · 0.45
test_json_arrays
Function · 0.45
test_skip_empty_lines
Function · 0.45
test_timestamp_from_json_seconds
Function · 0.45
test_timestamp_from_json_milliseconds
Function · 0.45
test_date_from_json_milliseconds
Function · 0.45
test_time_from_json_nanoseconds
Function · 0.45
test_json_iterator
Function · 0.45
write
Method · 0.45
Calls
1
clone
Method · 0.45
Tested by
10
test_json_basic
Function · 0.36
test_json_basic_with_nulls
Function · 0.36
test_json_basic_schema
Function · 0.36
test_json_arrays
Function · 0.36
test_skip_empty_lines
Function · 0.36
test_timestamp_from_json_seconds
Function · 0.36
test_timestamp_from_json_milliseconds
Function · 0.36
test_date_from_json_milliseconds
Function · 0.36
test_time_from_json_nanoseconds
Function · 0.36
test_json_iterator
Function · 0.36