Expand description
The attribute relationships of an edition.
Per source concept, every active relationship that is not is-a, with its
role group, its type, and its value (a concept, a number, or a string),
plus the inverted index the ECL evaluator reads (type = value as the
sources of a type with a value in a set).
No spec governs the layout: our own design. Little-endian, a magic and
version prefix, the type SCTIDs, the node count, nodes + 1 row offsets,
then the rows as parallel arrays (group, type index, value tag, payload)
and the interned strings. The inverted index is derived on read.
Structs§
- Attributes
- The attribute relationships of every concept.
- Edge
- One attribute relationship as built.
- Row
- One attribute relationship as read.
Enums§
- Attributes
Error - A failure while building, reading, or writing the attributes.
- Value
- An attribute value as built.
- Value
Ref - An attribute value as read.