Expand description
Convenient macros to generate match arms for DataType
.
Macros§
- composite
- Data types that have inner fields.
- range_
frame_ datetime - Date/time
DataType
s supported to beoffset
ofRANGE
frame. - range_
frame_ numeric - Numeric
DataType
s supported to beoffset
ofRANGE
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!()
orcomposite!()
.