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

Method write_null

src/repr/src/strconv.rs:1590–1594  ·  view source on GitHub ↗

Marks this record element as null.

(self)

Source from the content-addressed store, hash-verified

1588{
1589 /// Marks this record element as null.
1590 pub fn write_null(self) -> Nestable {
1591 // In ranges these "null" values represent infinite bounds, which are
1592 // not represented as values, but rather the absence of a value.
1593 Nestable::Yes
1594 }
1595
1596 /// Returns a [`FormatBuffer`] into which a non-null element can be
1597 /// written.

Callers 3

stringify_datumFunction · 0.80
encode_textMethod · 0.80
miri_test_format_listFunction · 0.80

Calls 1

write_strMethod · 0.45

Tested by 1

miri_test_format_listFunction · 0.64