MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / enable_internal_statement_logging

Method enable_internal_statement_logging

src/sql/src/session/vars.rs:2245–2247  ·  view source on GitHub ↗

Returns the `enable_internal_statement_logging` configuration parameter.

(&self)

Source from the content-addressed store, hash-verified

2243
2244 /// Returns the `enable_internal_statement_logging` configuration parameter.
2245 pub fn enable_internal_statement_logging(&self) -> bool {
2246 *self.expect_value(&ENABLE_INTERNAL_STATEMENT_LOGGING)
2247 }
2248
2249 /// Returns the `optimizer_stats_timeout` configuration parameter.
2250 pub fn optimizer_stats_timeout(&self) -> Duration {

Callers 2

Calls 1

expect_valueMethod · 0.80

Tested by

no test coverage detected