Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ to_data
Method
to_data
arrow-array/src/array/map_array.rs:371–373 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
369
}
370
371
fn to_data(&self) -> ArrayData {
372
self.clone().into_data()
373
}
374
375
fn into_data(self) -> ArrayData {
376
self.into()
Callers
1
test_map_array_slice
Function · 0.45
Calls
2
into_data
Method · 0.45
clone
Method · 0.45
Tested by
1
test_map_array_slice
Function · 0.36