Skip to main content

journal_schema

Function journal_schema 

Source
pub fn journal_schema() -> SchemaRef
Expand description

The journal’s schema: the reference from a row to the blob bytes.

Deliberately two u64s and nothing else. The journal’s job is to say these bytes exist at this extent; everything derived from the bytes (object count, pack version, checksum) is the indexer’s job and is built later, off this path.