Skip to main content

IndexKey

Type Alias IndexKey 

Source
pub type IndexKey = Vec<u8>;
Expand description

The universal secondary-index key type (query-layer design OQ-Q1). One byte-vector key type per view keeps the generics ergonomic and is the natural serialized form once Phase 2 snapshots indexes to disk.

Aliased Type§

pub struct IndexKey { /* private fields */ }