Expand description
tuples contains structures related to an in-memory tuple-store for usize values.
It is intended to be used in conjunction with storage::Data to provid arbitrary-typed tuple
functionality.
Structs§
- Projection
- A projection is an ordered view of a tuple store, under a specific permutation.
- Projection
Iter - Iterator over a projection implementing the
SkipIteratorinterface - Tuples
- In-memory Tuple store.
Enums§
- Merge
Ref - Type for describing one of the two ways a merged result can be created - either as a simple
aggregate using the
FactIdsconstructor, or as a circumscribed aggregate using aMetaId - Provenance
- How we know a fact to be true