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

Method standard_conforming_strings

src/sql/src/session/vars.rs:822–824  ·  view source on GitHub ↗

Returns the value of the `standard_conforming_strings` configuration parameter.

(&self)

Source from the content-addressed store, hash-verified

820 /// Returns the value of the `standard_conforming_strings` configuration
821 /// parameter.
822 pub fn standard_conforming_strings(&self) -> bool {
823 *self.expect_value(&STANDARD_CONFORMING_STRINGS)
824 }
825
826 /// Returns the value of the `statement_timeout` configuration parameter.
827 pub fn statement_timeout(&self) -> &Duration {

Callers

nothing calls this directly

Calls 1

expect_valueMethod · 0.80

Tested by

no test coverage detected