MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / get_collection

Method get_collection

nodedb-sql/src/planner/array_dml.rs:160–166  ·  view source on GitHub ↗
(
            &self,
            _: nodedb_types::DatabaseId,
            _: &str,
        )

Source from the content-addressed store, hash-verified

158 }
159 impl SqlCatalog for StubCatalog {
160 fn get_collection(
161 &self,
162 _: nodedb_types::DatabaseId,
163 _: &str,
164 ) -> std::result::Result<Option<CollectionInfo>, SqlCatalogError> {
165 Ok(None)
166 }
167 fn lookup_array(&self, _: &str) -> Option<ArrayCatalogView> {
168 self.view.clone()
169 }

Callers 13

collection_descriptorMethod · 0.45
catalog_has_collectionFunction · 0.45
plan_insertFunction · 0.45
plan_upsertFunction · 0.45
plan_mergeFunction · 0.45
plan_merge_sourceFunction · 0.45
plan_updateFunction · 0.45
plan_update_fromFunction · 0.45
plan_deleteFunction · 0.45

Calls

no outgoing calls