Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
349
impl 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_partitioned
Function · 0.45
test_ndjson_partitioned_uneven_lines
Function · 0.45
test_ndjson_partitioned_single_entry
Function · 0.45
count_matches
Function · 0.45
count_matches
Function · 0.45
collect_int32_values
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_ndjson_partitioned
Function · 0.36
test_ndjson_partitioned_uneven_lines
Function · 0.36
test_ndjson_partitioned_single_entry
Function · 0.36