Add comment block for SlotMeta column family (#28339)

Add comment block for SlotMeta column family.
This commit is contained in:
Yueh-Hsuan Chiang 2022-10-14 12:56:56 -07:00 committed by GitHub
parent 0807105c5a
commit 4539cb75fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -134,7 +134,11 @@ pub enum IteratorMode<Index> {
pub mod columns {
#[derive(Debug)]
/// The slot metadata column
/// The slot metadata column.
///
/// This column family tracks the status of the received shred data for a
/// given slot. Tracking the progress as the slot fills up allows us to
/// know if the slot (or pieces of the slot) are ready to be replayed.
///
/// index type: u64 (see `SlotColumn`)
/// value type: `blockstore_meta::SlotMeta`