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

Method schema

arrow-array/src/record_batch.rs:39–41  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

37
38impl<R: RecordBatchReader + ?Sized> RecordBatchReader for Box<R> {
39 fn schema(&self) -> SchemaRef {
40 self.as_ref().schema()
41 }
42}
43
44/// Trait for types that can write `RecordBatch`'s.

Callers 1

column_by_nameMethod · 0.45

Calls 2

as_refMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected