Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
140
impl Value for String {
Callers
13
typeconv.rs
File · 0.45
plan_explain_plan
Function · 0.45
plan_explain_timestamp
Function · 0.45
check
Method · 0.45
value
Method · 0.45
compat_translate
Function · 0.45
defaults
Method · 0.45
eq
Method · 0.45
inner
Function · 0.45
parses_multi_component_duration
Function · 0.45
round_trips_format
Function · 0.45
value
Method · 0.45
Calls
6
as_secs
Method · 0.80
to_string
Method · 0.45
map
Method · 0.45
join
Method · 0.45
iter
Method · 0.45
as_str
Method · 0.45
Tested by
no test coverage detected