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

Method is_empty

src/sql/src/names.rs:2324–2326  ·  view source on GitHub ↗

Returns if the set of IDs is empty.

(&self)

Source from the content-addressed store, hash-verified

2322
2323 /// Returns if the set of IDs is empty.
2324 pub fn is_empty(&self) -> bool {
2325 self.entries.is_empty()
2326 }
2327
2328 /// Returns all of the [`GlobalId`]s in this set.
2329 pub fn collections(&self) -> impl Iterator<Item = &GlobalId> {

Callers 15

purify_create_sourceFunction · 0.45
find_matchFunction · 0.45
validateMethod · 0.45
ownership_errFunction · 0.45
mapMethod · 0.45
walk_scalarFunction · 0.45
extract_sef_callFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected