Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
impl<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_name
Method · 0.45
Calls
2
as_ref
Method · 0.45
clone
Method · 0.45
Tested by
no test coverage detected