Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ into_data
Method
into_data
arrow-array/src/array/struct_array.rs:479–481 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
477
}
478
479
fn into_data(self) -> ArrayData {
480
self.into()
481
}
482
483
fn data_type(&self) -> &DataType {
484
&self.data_type
Callers
1
test_struct_array_from_vec
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_struct_array_from_vec
Function · 0.36