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

Method is_empty

src/repr/src/row.rs:697–699  ·  view source on GitHub ↗

True iff there is no data in this [`RowRef`].

(&self)

Source from the content-addressed store, hash-verified

695
696 /// True iff there is no data in this [`RowRef`].
697 pub fn is_empty(&self) -> bool {
698 self.0.is_empty()
699 }
700}
701
702impl ToOwned for RowRef {

Callers 15

workflow_defaultFunction · 0.45
to_jsonFunction · 0.45
to_json_generic_enumFunction · 0.45
to_json_fieldsFunction · 0.45
from_jsonFunction · 0.45
from_json_fieldsFunction · 0.45
extend_from_selfMethod · 0.45
push_range_withMethod · 0.45
nextMethod · 0.45
reserveMethod · 0.45
parse_timestamp_stringFunction · 0.45
buildMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_get_rolesFunction · 0.36