MCPcopy 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_innerMethod · 0.80
copy_fromMethod · 0.80
pushMethod · 0.80
extend_by_row_refMethod · 0.80
push_unary_rowMethod · 0.80
make_datum_listMethod · 0.80
pushMethod · 0.80
renderFunction · 0.80
test_codec_round_tripFunction · 0.80

Calls

no outgoing calls