Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ memory_size
Method
memory_size
datafusion/datasource-parquet/src/reader.rs:354–356 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
352
}
353
354
fn memory_size(&self) -> usize {
355
self.0.memory_size()
356
}
357
358
fn extra_info(&self) -> HashMap<String, String> {
359
let page_index =
Callers
2
spawn_writer_tasks_and_join
Method · 0.45
column_serializer_task
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected