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/run_array.rs:430–432 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
428
}
429
430
fn into_data(self) -> ArrayData {
431
self.into()
432
}
433
434
fn data_type(&self) -> &DataType {
435
&self.data_type
Callers
2
test_run_array_run_ends_data_type_mismatch
Function · 0.45
test_get_physical_indices_sliced
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_run_array_run_ends_data_type_mismatch
Function · 0.36
test_get_physical_indices_sliced
Function · 0.36