MCPcopy Create free account
hub / github.com/apache/arrow-rs / as_any

Method as_any

parquet/src/arrow/array_reader/byte_array.rs:107–109  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

105
106impl<I: OffsetSizeTrait> ArrayReader for ByteArrayReader<I> {
107 fn as_any(&self) -> &dyn Any {
108 self
109 }
110
111 fn get_data_type(&self) -> &ArrowType {
112 &self.data_type

Callers 3

consume_batchMethod · 0.45
test_byte_array_decoderFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_byte_array_decoderFunction · 0.36