MCPcopy 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_decimal32Function · 0.45
test_decimal64Function · 0.45
test_decimal128Function · 0.45
test_decimal256Function · 0.45

Calls 1

cloneMethod · 0.45

Tested by 5

test_decimal32Function · 0.36
test_decimal64Function · 0.36
test_decimal128Function · 0.36
test_decimal256Function · 0.36