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/union_array.rs:747–749 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
745
/// SAFETY: Correctly implements the contract of Arrow Arrays
746
unsafe impl Array for UnionArray {
747
fn as_any(&self) -> &dyn Any {
748
self
749
}
750
751
fn to_data(&self) -> ArrayData {
752
self.clone().into()
Callers
10
test_dense_i32
Function · 0.45
test_dense_mixed
Function · 0.45
test_dense_mixed_with_nulls
Function · 0.45
test_dense_mixed_with_nulls_and_offset
Function · 0.45
test_dense_mixed_with_str
Function · 0.45
test_sparse_i32
Function · 0.45
test_sparse_mixed
Function · 0.45
test_sparse_mixed_with_nulls
Function · 0.45
test_sparse_mixed_with_nulls_and_offset
Function · 0.45
test_slice_union
Function · 0.45
Calls
no outgoing calls
Tested by
10
test_dense_i32
Function · 0.36
test_dense_mixed
Function · 0.36
test_dense_mixed_with_nulls
Function · 0.36
test_dense_mixed_with_nulls_and_offset
Function · 0.36
test_dense_mixed_with_str
Function · 0.36
test_sparse_i32
Function · 0.36
test_sparse_mixed
Function · 0.36
test_sparse_mixed_with_nulls
Function · 0.36
test_sparse_mixed_with_nulls_and_offset
Function · 0.36
test_slice_union
Function · 0.36