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

Method current_object_missing_warnings

src/sql/src/session/vars.rs:766–768  ·  view source on GitHub ↗

Returns the value of the `current_object_missing_warnings` configuration parameter.

(&self)

Source from the content-addressed store, hash-verified

764 /// Returns the value of the `current_object_missing_warnings` configuration
765 /// parameter.
766 pub fn current_object_missing_warnings(&self) -> bool {
767 *self.expect_value::<bool>(&CURRENT_OBJECT_MISSING_WARNINGS)
768 }
769
770 /// Returns the value of the `DateStyle` configuration parameter.
771 pub fn date_style(&self) -> &[&str] {

Callers 3

startupMethod · 0.80
sequence_set_variableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected