Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ data
Method
data
src/repr/src/row.rs:692–694 ·
view source on GitHub ↗
For debugging only.
(&self)
Source
from the content-addressed store, hash-verified
690
691
/// For debugging only.
692
pub fn data(&self) -> &[u8] {
693
&self.0
694
}
695
696
/// True iff there is no data in this [`RowRef`].
697
pub fn is_empty(&self) -> bool {
Callers
15
finish_inner
Method · 0.80
finish_incremental_inner
Method · 0.80
test_row_set_finishing_incremental_max_returned_query_size
Function · 0.80
copy_from
Method · 0.80
push
Method · 0.80
extend_by_row_ref
Method · 0.80
push_unary_row
Method · 0.80
push_unary_row_datum_nested
Method · 0.80
make_datum_list
Method · 0.80
push
Method · 0.80
render
Function · 0.80
test_codec_round_trip
Function · 0.80
Calls
no outgoing calls
Tested by
3
test_row_set_finishing_incremental_max_returned_query_size
Function · 0.64
test_codec_round_trip
Function · 0.64
test_safe_tag_base
Function · 0.64