Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ schema
Method
schema
arrow-array/src/ffi_stream.rs:385–387 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
383
384
impl RecordBatchReader for ArrowArrayStreamReader {
385
fn schema(&self) -> SchemaRef {
386
self.schema.clone()
387
}
388
}
389
390
#[cfg(test)]
Callers
5
get_schema
Method · 0.45
next
Method · 0.45
_test_round_trip_import
Function · 0.45
test_error_import
Function · 0.45
from
Method · 0.45
Calls
1
clone
Method · 0.45
Tested by
1
test_error_import
Function · 0.36