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

Method array_exists

nodedb-sql/src/catalog.rs:85–87  ·  view source on GitHub ↗

Cheap existence check; the default delegates to `lookup_array`.

(&self, name: &str)

Source from the content-addressed store, hash-verified

83
84 /// Cheap existence check; the default delegates to `lookup_array`.
85 fn array_exists(&self, name: &str) -> bool {
86 self.lookup_array(name).is_some()
87 }
88}
89
90/// View of a registered array, surfaced to the SQL planner. Decoded by

Callers 1

require_array_nameFunction · 0.45

Implementers 8

array_dml.rsnodedb-sql/src/planner/array_dml.rs
tests.rsnodedb-sql/src/planner/array_fn/tests.
entry_ann.rsnodedb-sql/src/planner/select/entry_an
tests.rsnodedb-sql/src/planner/select/tests.rs
entry.rsnodedb-sql/src/planner/select/entry.rs
schema_qualified_rejection.rsnodedb-sql/tests/schema_qualified_reje
catalog_adapter.rsnodedb/src/control/planner/catalog_ada
test_group_by_alias.rsnodedb/tests/executor_tests/test_group

Calls 1

lookup_arrayMethod · 0.45

Tested by

no test coverage detected