Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ value
Method
value
src/sql/src/session/vars/definitions.rs:208–210 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
206
}
207
208
fn value(&self) -> String {
209
self.default_value().format()
210
}
211
212
fn description(&self) -> &'static str {
213
self.description
Callers
2
into_var_error
Method · 0.45
default_value
Method · 0.45
Calls
3
default_value
Method · 0.80
format
Method · 0.45
as_ref
Method · 0.45
Tested by
no test coverage detected