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

Method schema

arrow-ipc/src/reader.rs:1409–1411  ·  view source on GitHub ↗

Return the schema of the file

(&self)

Source from the content-addressed store, hash-verified

1407
1408 /// Return the schema of the file
1409 pub fn schema(&self) -> SchemaRef {
1410 self.decoder.schema.clone()
1411 }
1412
1413 /// See to a specific [`RecordBatch`]
1414 ///

Calls 1

cloneMethod · 0.45