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

Method items

src/sql/src/names.rs:2334–2336  ·  view source on GitHub ↗

Returns all of the [`CatalogItemId`]s in this set.

(&self)

Source from the content-addressed store, hash-verified

2332
2333 /// Returns all of the [`CatalogItemId`]s in this set.
2334 pub fn items(&self) -> impl Iterator<Item = &CatalogItemId> {
2335 self.entries.keys()
2336 }
2337
2338 /// Returns if this set of IDs contains the provided [`CatalogItemId`].
2339 pub fn contains_item(&self, item: &CatalogItemId) -> bool {

Callers 15

td_queryFunction · 0.45
td_resultFunction · 0.45
workflow_sql_testsFunction · 0.45
workflow_list_versionsFunction · 0.45
reportFunction · 0.45
parse_timedeltaFunction · 0.45
assert_pod_propertiesFunction · 0.45
workflow_defaultFunction · 0.45
get_pod_dataFunction · 0.45

Calls 1

keysMethod · 0.45

Tested by 8

assert_pod_propertiesFunction · 0.36
__init__Method · 0.36
__init__Method · 0.36
mergeMethod · 0.36