mz_sql::session::vars

Static SESSION_SYSTEM_VARS

Source
static SESSION_SYSTEM_VARS: LazyLock<BTreeMap<&'static UncasedStr, &'static VarDefinition>>
Expand description

Set of SystemVars that can also get set at a per-Session level.

TODO(parkmycar): Instead of a separate list, make this a field on VarDefinition.