Skip to main content

Module value

Module value 

Source

Modulesยง

error
Error types for decoding wire-format values and for fallible conversion from super::Value to mz_repr::Datum.
interval
jsonb
numeric
record
unsigned

Enumsยง

Value
A PostgreSQL datum.

Functionsยง

decode_binary_string ๐Ÿ”’
Decodes a binary-format string value, rejecting embedded NUL characters.
encode_element ๐Ÿ”’
pg_len ๐Ÿ”’
reject_nul ๐Ÿ”’
Returns an error if s contains a NUL character, which PostgreSQL rejects in text values.
rescale_numeric ๐Ÿ”’
Rescales n to the scale required by constraints, if any.
values_from_row
Converts a Materialize row into a vector of PostgreSQL values.