Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ default_value
Method
default_value
src/sql/src/session/vars/definitions.rs:198–200 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
196
}
197
198
pub fn default_value(&self) -> &'_ dyn Value {
199
self.value.value()
200
}
201
}
202
203
impl Var for VarDefinition {
Callers
5
is_default
Method · 0.80
value_dyn
Method · 0.80
defaults
Method · 0.80
value
Method · 0.80
validate_alter_system_network_policy
Method · 0.80
Calls
1
value
Method · 0.45
Tested by
no test coverage detected