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

Method format

src/expr/src/explain/text.rs:1055–1058  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>, cols: Option<&Vec<String>>)

Source from the content-addressed store, hash-verified

1053
1054impl MirScalarExpr {
1055 pub fn format(&self, f: &mut fmt::Formatter<'_>, cols: Option<&Vec<String>>) -> fmt::Result {
1056 let mode = HumanizedExplain::default();
1057 fmt::Display::fmt(&mode.expr(self, cols), f)
1058 }
1059}
1060
1061impl fmt::Display for MirScalarExpr {

Callers 2

fmtMethod · 0.45
from_request_partsMethod · 0.45

Calls 1

exprMethod · 0.45

Tested by

no test coverage detected