MCPcopy Create free account
hub / github.com/apache/datafusion / as_any

Method as_any

datafusion/datasource-parquet/src/reader.rs:350–352  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

348
349impl FileMetadata for CachedParquetMetaData {
350 fn as_any(&self) -> &dyn Any {
351 self
352 }
353
354 fn memory_size(&self) -> usize {
355 self.0.memory_size()

Callers 6

test_ndjson_partitionedFunction · 0.45
count_matchesFunction · 0.45
count_matchesFunction · 0.45
collect_int32_valuesFunction · 0.45

Calls

no outgoing calls