indexedRelation

Undocumented in source.

Members

Classes

HashTableIndex
class HashTableIndex(Record, string KeyString)

An index based on a hash table. Allows multiple records with the same key.

IndexedRelation
class IndexedRelation(Record, Indices...)

A bag of records with efficient lookup on multiple independent keys.

UniqueHashTableIndex
class UniqueHashTableIndex(Record, string KeyString)

An index based on a hash table. Prohibits multiple records with the same key.

Meta