MCPcopy 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
298impl SizedMessage for RecordBatch {
299 fn size(&self) -> usize {
300 self.get_array_memory_size()
301 }
302}
303
304pin_project! {

Callers 2

newMethod · 0.45
poll_nextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected