[−][src]Module assembly_data::fdb::mem
Low-Level API that is suitable for non-little-endian machines
This is the default in-memory API the the FDB file format. It is useful for batch processing because it is fast and only loads the values that are accessed.
The reference structures in this module all implement Copy.
The only limitation is, that all references are bounded by the lifetime of the original database buffer.
Structs
| Bucket | Reference to a single bucket |
| Column | Reference to a column definition |
| Database | A complete in-memory read-only database |
| Header | Reference to the tables array |
| MemContext | The context for |
| Row | Reference to a single row |
| RowHeaderIter | Struct that implements |
| Table | Reference to a single table |
| TableIter | An iterator over tables |
| Tables | Reference to the tables array |
Type Definitions
| Field | Value of or reference to a field value |