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

Method pretty

src/expr/src/relation.rs:1491–1494  ·  view source on GitHub ↗

Pretty-print this [MirRelationExpr] to a string.

(&self)

Source from the content-addressed store, hash-verified

1489
1490 /// Pretty-print this [MirRelationExpr] to a string.
1491 pub fn pretty(&self) -> String {
1492 let config = ExplainConfig::default();
1493 self.debug_explain(&config, None)
1494 }
1495
1496 /// Pretty-print this [MirRelationExpr] to a string using a custom
1497 /// [ExplainConfig] and an optionally provided [ExprHumanizer].

Callers 1

source_render_operatorFunction · 0.45

Calls 1

debug_explainMethod · 0.45

Tested by

no test coverage detected