MCPcopy 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
83impl 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

putMethod · 0.45
test_unsigned_roundtripFunction · 0.45
test_read_decimal_fileFunction · 0.45
test_read_null_listFunction · 0.45
test_with_schemaFunction · 0.45
test_read_lz4_rawFunction · 0.45
test_aggregates_recordsFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_unsigned_roundtripFunction · 0.36
test_read_decimal_fileFunction · 0.36
test_read_null_listFunction · 0.36
test_with_schemaFunction · 0.36
test_read_lz4_rawFunction · 0.36
test_aggregates_recordsFunction · 0.36