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/byte_array.rs:471–473 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
469
}
470
471
fn to_data(&self) -> ArrayData {
472
self.clone().into()
473
}
474
475
fn into_data(self) -> ArrayData {
476
self.into()
Callers
nothing calls this directly
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected