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

Method client_encoding

src/sql/src/session/vars.rs:744–746  ·  view source on GitHub ↗

Returns the value of the `client_encoding` configuration parameter.

(&self)

Source from the content-addressed store, hash-verified

742
743 /// Returns the value of the `client_encoding` configuration parameter.
744 pub fn client_encoding(&self) -> &ClientEncoding {
745 self.expect_value(&CLIENT_ENCODING)
746 }
747
748 /// Returns the value of the `client_min_messages` configuration parameter.
749 pub fn client_min_messages(&self) -> &ClientSeverity {

Callers

nothing calls this directly

Calls 1

expect_valueMethod · 0.80

Tested by

no test coverage detected