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

Method select

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

Source from the content-addressed store, hash-verified

1930 }
1931
1932 pub fn select(self) -> HirScalarExpr {
1933 HirScalarExpr::Select(Box::new(self), NameMetadata::default())
1934 }
1935
1936 pub fn join(
1937 self,

Callers 15

NewClusterFormFunction · 0.45
compileToSqlFunction · 0.45
getOwnersFunction · 0.45
useCreditConsumptionFunction · 0.45
buildAllSchemaListQueryFunction · 0.45
buildAllNamespacesQueryFunction · 0.45
buildSchemaListQueryFunction · 0.45

Calls 1

SelectClass · 0.85

Tested by 1

compileToSqlFunction · 0.36