Module data_types

Source
Expand description

Convenient macros to generate match arms for DataType.

Macros§

composite
Data types that have inner fields.
range_frame_datetime
Date/time DataTypes supported to be offset of RANGE frame.
range_frame_numeric
Numeric DataTypes supported to be offset of RANGE frame.
simple
Data types that do not have inner fields.

Functions§

_simple_composite_data_types_exhausted 🔒
Test that all data types are covered either by simple!() or composite!().