MCPcopy 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
400impl<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

test_json_basicFunction · 0.45
test_json_basic_schemaFunction · 0.45
test_json_arraysFunction · 0.45
test_skip_empty_linesFunction · 0.45
test_json_iteratorFunction · 0.45
writeMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by 10

test_json_basicFunction · 0.36
test_json_basic_schemaFunction · 0.36
test_json_arraysFunction · 0.36
test_skip_empty_linesFunction · 0.36
test_json_iteratorFunction · 0.36