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§

array
A multi-dimensional array data type.
char
date
A time Date abstract data type.
datetime
Date and time utilities.
interval
A time interval abstract data type.
jsonb
JSON representation.
mz_acl_item
A Materialize specific access control list abstract data type.
numeric
Functions related to Materialize’s numeric type, which is largely a wrapper around rust-dec.
pg_legacy_name
range
regex
Regular expressions.
system
System data types.
timestamp
Methods for checked timestamp operations.
varchar