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

Method force_source_table_syntax

src/sql/src/session/vars.rs:2289–2291  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

2287 }
2288
2289 pub fn force_source_table_syntax(&self) -> bool {
2290 *self.expect_value(&FORCE_SOURCE_TABLE_SYNTAX)
2291 }
2292
2293 pub fn optimizer_e2e_latency_warning_threshold(&self) -> Duration {
2294 *self.expect_value(&OPTIMIZER_E2E_LATENCY_WARNING_THRESHOLD)

Callers 5

purify_create_sourceFunction · 0.80
purify_alter_sourceFunction · 0.80
plan_create_sourceFunction · 0.80
plan_create_subsourceFunction · 0.80
migrateFunction · 0.80

Calls 1

expect_valueMethod · 0.80

Tested by

no test coverage detected