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/mod.rs:437–439 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
435
}
436
437
fn to_data(&self) -> ArrayData {
438
self.as_ref().to_data()
439
}
440
441
fn into_data(self) -> ArrayData {
442
self.to_data()
Callers
15
validate_benchmark
Function · 0.45
bench
Function · 0.45
create_sparse_dict_from_values
Function · 0.45
create_random_list_array
Function · 0.45
create_random_map_array
Function · 0.45
test_mixed_types
Function · 0.45
test_extend_nulls_sparse_union
Function · 0.45
test_extend_nulls_dense_union
Function · 0.45
test_empty_offsets_list_equal
Function · 0.45
test_struct_equal_null
Function · 0.45
test_struct_equal_null_variable_size
Function · 0.45
test_non_null_empty_strings
Function · 0.45
Calls
1
as_ref
Method · 0.45
Tested by
15
test_mixed_types
Function · 0.36
test_extend_nulls_sparse_union
Function · 0.36
test_extend_nulls_dense_union
Function · 0.36
test_empty_offsets_list_equal
Function · 0.36
test_struct_equal_null
Function · 0.36
test_struct_equal_null_variable_size
Function · 0.36
test_non_null_empty_strings
Function · 0.36
test_null_empty_strings
Function · 0.36
test_nested_lists
Function · 0.36
test_nested_records
Function · 0.36
test_engine
Function · 0.36
test_cast_invalid_utf8
Function · 0.36