Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
///
Callers
8
build
Method · 0.45
read_ipc_with_decoder_inner
Function · 0.45
test_unaligned
Function · 0.45
test_unaligned_throws_error_with_require_alignment
Function · 0.45
test_same_dict_id_without_preserve
Function · 0.45
test_projection_skip_list_view
Function · 0.45
test_projection_skip_union_v4
Function · 0.45
test_projection_skip_fixed_width_types
Function · 0.45
Calls
1
clone
Method · 0.45
Tested by
6
test_unaligned
Function · 0.36
test_unaligned_throws_error_with_require_alignment
Function · 0.36
test_same_dict_id_without_preserve
Function · 0.36
test_projection_skip_list_view
Function · 0.36
test_projection_skip_union_v4
Function · 0.36
test_projection_skip_fixed_width_types
Function · 0.36