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 selecting a block hash value from Headers static file segment
- Mask for selecting a single header from Headers static file segment
- Mask for selecting a header along with block hash from Headers static file segment
- Mask for selecting a single receipt from Receipts static file segment
- Cursor of a static file segment.
- Mask for selecting a total difficulty along with block hash from Headers static file segment
- Mask for selecting a total difficulty value from Headers static file segment
- Mask for selecting a single transaction from Transactions static file segment
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.