Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
NewClusterForm
Function · 0.45
compileToSql
Function · 0.45
getOwners
Function · 0.45
clusterReplicaUtilizationQuery
Function · 0.45
legacyClusterReplicaUtilizationQuery
Function · 0.45
buildSourceDependenciesQuery
Function · 0.45
expressionBuilders.ts
File · 0.45
buildClusterReplicaHeapMetricsTable
Function · 0.45
useCreditConsumption
Function · 0.45
buildAllSchemaListQuery
Function · 0.45
buildAllNamespacesQuery
Function · 0.45
buildSchemaListQuery
Function · 0.45
Calls
1
Select
Class · 0.85
Tested by
1
compileToSql
Function · 0.36