Expand description
Error types for decoding wire-format values and for fallible conversion
from super::Value to mz_repr::Datum.
Structs§
- NulCharacter
Error - Error returned when a decoded text value contains a NUL character, which PostgreSQL-compatible text values must never contain.
Enums§
- Into
Datum Error - Errors that can occur when converting a
super::Valueinto amz_repr::Datum.