MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / fmt

Method fmt

src/expr/src/explain/text.rs:1062–1064  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

1060
1061impl fmt::Display for MirScalarExpr {
1062 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
1063 self.format(f, None)
1064 }
1065}
1066
1067/// A helper struct for wrapping expressions whose text output is modulated by

Callers 1

humanizeMethod · 0.45

Calls 13

childMethod · 0.80
humanize_datumMethod · 0.80
unpack_firstMethod · 0.80
enumerateMethod · 0.80
formatMethod · 0.45
lenMethod · 0.45
is_emptyMethod · 0.45
cloneMethod · 0.45
as_refMethod · 0.45
is_count_asteriskMethod · 0.45
redactedMethod · 0.45
write_strMethod · 0.45

Tested by

no test coverage detected