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

Method exists

src/sql/src/plan/hir.rs:1928–1930  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1926 }
1927
1928 pub fn exists(self) -> HirScalarExpr {
1929 HirScalarExpr::Exists(Box::new(self), NameMetadata::default())
1930 }
1931
1932 pub fn select(self) -> HirScalarExpr {
1933 HirScalarExpr::Select(Box::new(self), NameMetadata::default())

Callers 15

buildStatementInfoQueryFunction · 0.80
workflow_defaultFunction · 0.80
get_configMethod · 0.80
workflow_defaultFunction · 0.80
workflow_defaultFunction · 0.80
workflow_defaultFunction · 0.80
workerFunction · 0.80
run_mz_deployFunction · 0.80
workflow_system_depsFunction · 0.80
workflow_reserved_wordsFunction · 0.80

Calls

no outgoing calls

Tested by 1

get_config_pathFunction · 0.64