Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ name
Method
name
src/sql/src/session/vars.rs:364–366 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
362
363
impl Var for SessionVar {
364
fn name(&self) -> &'static str {
365
self.definition.name.as_str()
366
}
367
368
fn value(&self) -> String {
369
self.value_dyn().format()
Callers
15
is_unsafe
Method · 0.45
end_transaction
Method · 0.45
set_cluster
Method · 0.45
set_local_transaction_isolation
Method · 0.45
compat_translate
Function · 0.45
new
Method · 0.45
iter
Method · 0.45
iter_synced
Method · 0.45
iter_session
Method · 0.45
user_modifiable
Method · 0.45
register_callback
Method · 0.45
crdb_connect_timeout
Method · 0.45
Calls
1
as_str
Method · 0.45
Tested by
no test coverage detected