Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
62
pub struct FileGroupDisplay<
'a>(pub &'
a FileGroup);
63
64
impl DisplayAs for FileGroupDisplay<'_> {
65
fn fmt_as(&self, t: DisplayFormatType, f: &mut Formatter) -> FmtResult {
Callers
5
fmt_as
Method · 0.85
fmt_as
Method · 0.85
fmt_as
Method · 0.85
fmt_as
Method · 0.85
fmt_as
Method · 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…