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/map_array.rs:375–377 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
373
}
374
375
fn into_data(self) -> ArrayData {
376
self.into()
377
}
378
379
fn data_type(&self) -> &DataType {
380
&self.data_type
Callers
6
new_from_strings
Method · 0.45
to_data
Method · 0.45
from
Method · 0.45
create_from_buffers
Function · 0.45
test_map_array
Function · 0.45
test_map_array_slice
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_map_array
Function · 0.36
test_map_array_slice
Function · 0.36