Expand description
Data structures for mappings and columns, as found in data tables.
Structs§
- A function between sets defined by a mapping.
- An unindexed column backed by a hash map.
- An indexed column backed by hash maps.
- An indexed column backed by a vector.
- An indexed column backed by an integer-valued vector.
- An unindexed column backed by a vector.
Enums§
- A failure of a mapping to restrict to a function between two sets.
Traits§
- A mapping with finite support.
- A functional mapping.
- A mutable mapping.
Type Aliases§
- An indexed column with keys and values of type
Ustr
. - An unindexed column with keys of type
Ustr
.