Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ as_any
Method
as_any
arrow-array/src/array/mod.rs:433–435 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
431
/// Ergonomics: Allow use of an ArrayRef as an `&dyn Array`
432
unsafe impl Array for ArrayRef {
433
fn as_any(&self) -> &dyn Any {
434
self.as_ref().as_any()
435
}
436
437
fn to_data(&self) -> ArrayData {
438
self.as_ref().to_data()
Callers
15
test_create_struct_array
Function · 0.45
test_cast_timestamp_to_string
Function · 0.45
test_string_data_from_foreign
Function · 0.45
bytes_used
Function · 0.45
test_map_keys_values_append
Function · 0.45
test_struct_equal_slice
Function · 0.45
process
Function · 0.45
test_two_messages_same_schema
Function · 0.45
test_two_messages_same_schema_id
Function · 0.45
test_two_messages_same_schema_id64
Function · 0.45
rebuild_list_array_with_element
Function · 0.45
test_union_fields_avro_nullable_and_general_unions
Function · 0.45
Calls
1
as_ref
Method · 0.45
Tested by
15
test_create_struct_array
Function · 0.36
test_cast_timestamp_to_string
Function · 0.36
test_string_data_from_foreign
Function · 0.36
bytes_used
Function · 0.36
test_map_keys_values_append
Function · 0.36
test_struct_equal_slice
Function · 0.36
test_two_messages_same_schema
Function · 0.36
test_two_messages_same_schema_id
Function · 0.36
test_two_messages_same_schema_id64
Function · 0.36
test_union_fields_avro_nullable_and_general_unions
Function · 0.36
test_union_schema_resolution_all_type_combinations
Function · 0.36
test_read_zero_byte_avro_file
Function · 0.36