![]() |
JURASSIC
|
On-disk index entry describing one frequency table block in a gas file. More...
#include <jurassic.h>
Data Fields | |
| double | freq |
| Frequency identifier ν_j for this table block. More... | |
| int64_t | offset |
| Byte offset in file where the serialized block begins. More... | |
| int64_t | size |
| Size of the serialized block (in bytes). More... | |
On-disk index entry describing one frequency table block in a gas file.
Each entry maps a unique frequency value to a serialized block stored elsewhere in the file. All entries are stored in a fixed-size table of MAX_TABLES elements.
Definition at line 1442 of file jurassic.h.
| double tbl_gas_index_t::freq |
Frequency identifier ν_j for this table block.
Definition at line 1445 of file jurassic.h.
| int64_t tbl_gas_index_t::offset |
Byte offset in file where the serialized block begins.
Definition at line 1448 of file jurassic.h.
| int64_t tbl_gas_index_t::size |
Size of the serialized block (in bytes).
Definition at line 1451 of file jurassic.h.