Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
702
impl ToOwned for RowRef {
Callers
15
workflow_default
Function · 0.45
to_json
Function · 0.45
to_json_generic_enum
Function · 0.45
to_json_fields
Function · 0.45
from_json
Function · 0.45
from_json_fields
Function · 0.45
extend_from_self
Method · 0.45
push_range_with
Method · 0.45
next
Method · 0.45
reserve
Method · 0.45
parse_timestamp_string
Function · 0.45
build
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_get_roles
Function · 0.36