Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ size
Method
size
datafusion/physical-plan/src/buffer.rs:299–301 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
297
298
impl SizedMessage for RecordBatch {
299
fn size(&self) -> usize {
300
self.get_array_memory_size()
301
}
302
}
303
304
pin_project! {
Callers
2
new
Method · 0.45
poll_next
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected