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

Method format

src/sql/src/session/vars/value.rs:132–137  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

130 }
131
132 fn format(&self) -> String {
133 match self {
134 Some(s) => s.format(),
135 None => "".to_string(),
136 }
137 }
138}
139
140impl Value for String {

Callers 13

typeconv.rsFile · 0.45
plan_explain_planFunction · 0.45
plan_explain_timestampFunction · 0.45
checkMethod · 0.45
valueMethod · 0.45
compat_translateFunction · 0.45
defaultsMethod · 0.45
eqMethod · 0.45
innerFunction · 0.45
round_trips_formatFunction · 0.45
valueMethod · 0.45

Calls 6

as_secsMethod · 0.80
to_stringMethod · 0.45
mapMethod · 0.45
joinMethod · 0.45
iterMethod · 0.45
as_strMethod · 0.45

Tested by

no test coverage detected