Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ as_any
Method
as_any
parquet/src/arrow/array_reader/map_array.rs:84–86 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
82
83
impl ArrayReader for MapArrayReader {
84
fn as_any(&self) -> &dyn Any {
85
self
86
}
87
88
fn get_data_type(&self) -> &ArrowType {
89
&self.data_type
Callers
15
put
Method · 0.45
test_unsigned_roundtrip
Function · 0.45
test_read_decimal_file
Function · 0.45
test_read_float16_nonzeros_file
Function · 0.45
test_read_float16_zeros_file
Function · 0.45
test_read_null_list
Function · 0.45
test_with_schema
Function · 0.45
test_read_lz4_raw
Function · 0.45
test_read_lz4_hadoop_fallback
Function · 0.45
test_read_lz4_hadoop_large
Function · 0.45
test_read_old_nested_list
Function · 0.45
test_aggregates_records
Function · 0.45
Calls
no outgoing calls
Tested by
15
test_unsigned_roundtrip
Function · 0.36
test_read_decimal_file
Function · 0.36
test_read_float16_nonzeros_file
Function · 0.36
test_read_float16_zeros_file
Function · 0.36
test_read_null_list
Function · 0.36
test_with_schema
Function · 0.36
test_read_lz4_raw
Function · 0.36
test_read_lz4_hadoop_fallback
Function · 0.36
test_read_lz4_hadoop_large
Function · 0.36
test_read_old_nested_list
Function · 0.36
test_aggregates_records
Function · 0.36
test_arrow_writer_granular_mode_roundtrip
Function · 0.36