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