Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ is_empty
Method
is_empty
src/adapter/src/coord.rs:5332–5334 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
5330
}
5331
5332
pub fn is_empty(&self) -> bool {
5333
self.items.is_empty()
5334
}
5335
5336
pub fn push_back(&mut self, value: T) {
5337
self.items.push_back(value)
Callers
15
extract_groups
Function · 0.45
resolve_claim_path
Function · 0.45
validate_token
Method · 0.45
desc_to_schema_with_overrides
Function · 0.45
validate_desc
Method · 0.45
validate_desc_for_parquet
Method · 0.45
drop_temporary_schema
Method · 0.45
inner
Function · 0.45
test_mz_introspection_builtins
Function · 0.45
scoped_overrides_create_op
Method · 0.45
push_replica_dyncfg_overrides
Method · 0.45
bootstrap
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_mz_introspection_builtins
Function · 0.36