MCPcopy 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_benchmarkFunction · 0.45
benchFunction · 0.45
create_random_list_arrayFunction · 0.45
create_random_map_arrayFunction · 0.45
test_mixed_typesFunction · 0.45
test_struct_equal_nullFunction · 0.45

Calls 1

as_refMethod · 0.45

Tested by 15

test_mixed_typesFunction · 0.36
test_struct_equal_nullFunction · 0.36
test_null_empty_stringsFunction · 0.36
test_nested_listsFunction · 0.36
test_nested_recordsFunction · 0.36
test_engineFunction · 0.36
test_cast_invalid_utf8Function · 0.36