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/primitive_array.rs:1199–1201 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1197
}
1198
1199
fn into_data(self) -> ArrayData {
1200
self.into()
1201
}
1202
1203
fn data_type(&self) -> &DataType {
1204
&self.data_type
Callers
3
into_builder
Method · 0.45
test_from_array_data_validation
Function · 0.45
test_invalid_interval_type
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_from_array_data_validation
Function · 0.36
test_invalid_interval_type
Function · 0.36