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

Class FileGroupDisplay

datafusion/datasource/src/display.rs:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60/// ```
61#[derive(Debug)]
62pub struct FileGroupDisplay<'a>(pub &'a FileGroup);
63
64impl DisplayAs for FileGroupDisplay<'_> {
65 fn fmt_as(&self, t: DisplayFormatType, f: &mut Formatter) -> FmtResult {

Callers 5

fmt_asMethod · 0.85
fmt_asMethod · 0.85
fmt_asMethod · 0.85
fmt_asMethod · 0.85
fmt_asMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…