Expand description
reth’s static file database table import and access
Macros§
- Add mask to select
N
column values from a specific static file segment row.
Structs§
- Mask for Header static file segment. See
Mask
for more. - Generic Mask helper struct for selecting specific column values to read and decompress.
- Mask for Receipt static file segment. See
Mask
for more. - Cursor of a static file segment.
- Mask for Transaction static file segment. See
Mask
for more.
Traits§
- Trait for specifying a mask to select one column value.
- Trait for specifying a mask to select three column values.
- Trait for specifying a mask to select two column values.
Functions§
- Given the
static_files
directory path, it returns a list over the existingstatic_files
organized by [StaticFileSegment
]. Each segment has a sorted list of block ranges and transaction ranges as presented in the file configuration.