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

Method restrict_to_user_objects

src/sql/src/session/vars.rs:883–885  ·  view source on GitHub ↗

Returns the value of `restrict_to_user_objects` configuration parameter.

(&self)

Source from the content-addressed store, hash-verified

881
882 /// Returns the value of `restrict_to_user_objects` configuration parameter.
883 pub fn restrict_to_user_objects(&self) -> bool {
884 *self.expect_value(&RESTRICT_TO_USER_OBJECTS)
885 }
886
887 /// Returns the value of `enable_session_cardinality_estimates` configuration parameter.
888 pub fn enable_session_cardinality_estimates(&self) -> bool {

Callers 2

Calls 1

expect_valueMethod · 0.80

Tested by

no test coverage detected