Module repr::adt[][src]

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

A multi-dimensional array data type.

Date and time utilities.

A time interval abstract data type.

JSON representation.

Functions related to Materialize’s numeric type, which is largely a wrapper around rust-dec.

Regular expressions.

System data types.