Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ SchemaDisplay
Class
SchemaDisplay
datafusion/expr/src/expr.rs:2915–2915 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2913
}
2914
2915
struct SchemaDisplay<
'a>(&'
a Expr);
2916
impl Display for SchemaDisplay<'_> {
2917
fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result {
2918
match self.0 {
Callers
1
schema_name
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…