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

Method depends_on

src/sql/src/plan.rs:949–954  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

947
948impl SubscribeFrom {
949 pub fn depends_on(&self) -> BTreeSet<GlobalId> {
950 match self {
951 SubscribeFrom::Id(id) => BTreeSet::from([*id]),
952 SubscribeFrom::Query { expr, .. } => expr.depends_on(),
953 }
954 }
955
956 pub fn contains_temporal(&self) -> bool {
957 match self {

Callers 5

plan_viewFunction · 0.45
plan_create_viewFunction · 0.45
inline_viewsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected