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

Method as_any

parquet/src/arrow/array_reader/cached_array_reader.rs:189–191  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

187
188impl ArrayReader for CachedArrayReader {
189 fn as_any(&self) -> &dyn Any {
190 self
191 }
192
193 fn get_data_type(&self) -> &ArrowType {
194 self.inner.get_data_type()

Calls

no outgoing calls