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

Method datum

src/repr/src/row.rs:1044–1047  ·  view source on GitHub ↗

Returns the datum `self` contains.

(&self)

Source from the content-addressed store, hash-verified

1042
1043 /// Returns the datum `self` contains.
1044 pub fn datum(&self) -> Datum<'a> {
1045 let mut temp = self.val;
1046 unsafe { read_datum(&mut temp) }
1047 }
1048}
1049
1050impl<'a> Ord for DatumNested<'a> {

Callers 12

from_datumMethod · 0.45
unwrap_rangeMethod · 0.45
is_instance_of_scalarMethod · 0.45
contains_dummyMethod · 0.45
fmtMethod · 0.45
cmpMethod · 0.45
push_datumFunction · 0.45
fromMethod · 0.45
renderFlamegraphFunction · 0.45
decode_rowMethod · 0.45
append_datumMethod · 0.45

Calls 1

read_datumFunction · 0.85

Tested by

no test coverage detected