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/primitive_array.rs:1195–1197 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1193
}
1194
1195
fn to_data(&self) -> ArrayData {
1196
self.clone().into()
1197
}
1198
1199
fn into_data(self) -> ArrayData {
1200
self.into()
Callers
5
test_decimal32
Function · 0.45
test_decimal64
Function · 0.45
test_decimal128
Function · 0.45
test_decimal256
Function · 0.45
test_into_builder_cloned_array
Function · 0.45
Calls
1
clone
Method · 0.45
Tested by
5
test_decimal32
Function · 0.36
test_decimal64
Function · 0.36
test_decimal128
Function · 0.36
test_decimal256
Function · 0.36
test_into_builder_cloned_array
Function · 0.36