MCPcopy 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
363impl 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_unsafeMethod · 0.45
end_transactionMethod · 0.45
set_clusterMethod · 0.45
compat_translateFunction · 0.45
newMethod · 0.45
iterMethod · 0.45
iter_syncedMethod · 0.45
iter_sessionMethod · 0.45
user_modifiableMethod · 0.45
register_callbackMethod · 0.45
crdb_connect_timeoutMethod · 0.45

Calls 1

as_strMethod · 0.45

Tested by

no test coverage detected