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

Method schema

arrow-avro/src/reader/async_reader/mod.rs:184–186  ·  view source on GitHub ↗

Returns the Arrow schema for batches produced by this reader. The schema is determined by the writer schema in the file and the reader schema provided to the builder.

(&self)

Source from the content-addressed store, hash-verified

182 ///
183 /// The schema is determined by the writer schema in the file and the reader schema provided to the builder.
184 pub fn schema(&self) -> SchemaRef {
185 self.decoder.schema()
186 }
187
188 /// Calculate the byte range needed to complete the current block.
189 /// Only valid when block_decoder is in Data or Sync state.

Callers 3

test_with_tz_utcFunction · 0.45
build_with_headerMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_with_tz_utcFunction · 0.36