mz_repr

Module adt

Source
Expand description

Abstract data types.

Native Rust types are used for many primitive types, but many of the more complicated types require custom implementations, which are contained in this module.

Where possible, these implementations match the PostgreSQL ADTs.

Modules§