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

Method fmt

datafusion/datasource/src/memory.rs:665–673  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

663
664impl fmt::Display for RePartition {
665 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
666 write!(
667 f,
668 "{}rows-in-{}batches@{}",
669 self.row_count,
670 self.batches.len(),
671 self.idx
672 )
673 }
674}
675
676struct CompareByRowCount(RePartition);

Callers

nothing calls this directly

Calls 3

finishMethod · 0.45
fieldMethod · 0.45
lenMethod · 0.45

Tested by

no test coverage detected