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

Method is_empty

src/repr/src/relation.rs:1089–1091  ·  view source on GitHub ↗

Check if the `RelationDesc` is empty.

(&self)

Source from the content-addressed store, hash-verified

1087
1088 /// Check if the `RelationDesc` is empty.
1089 pub fn is_empty(&self) -> bool {
1090 self == &Self::empty()
1091 }
1092
1093 /// Returns the number of columns in this [`RelationDesc`].
1094 pub fn len(&self) -> usize {

Callers 2

default_keyMethod · 0.45
from_protoMethod · 0.45

Calls 1

is_noneMethod · 0.80

Tested by

no test coverage detected