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

Method fmt

src/expr/src/scalar/func/variadic.rs:68–70  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter)

Source from the content-addressed store, hash-verified

66
67impl fmt::Display for And {
68 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
69 f.write_str("AND")
70 }
71}
72
73impl LazyVariadicFunc for And {

Callers

nothing calls this directly

Calls 1

write_strMethod · 0.45

Tested by

no test coverage detected