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

Method fmt

src/sql-parser/src/ast/defs/value.rs:35–37  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter)

Source from the content-addressed store, hash-verified

33
34impl fmt::Display for ValueError {
35 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
36 write!(f, "{}", self.0)
37 }
38}
39
40/// Primitive SQL values.

Callers

nothing calls this directly

Calls 4

write_nodeMethod · 0.80
redactedMethod · 0.45
write_strMethod · 0.45

Tested by

no test coverage detected