risingwave_storage::hummock::test_utils

Function gen_test_sstable_data

source
pub async fn gen_test_sstable_data(
    opts: SstableBuilderOptions,
    kv_iter: impl Iterator<Item = (FullKey<Vec<u8>>, HummockValue<Vec<u8>>)>,
) -> (Bytes, SstableMeta)
Expand description

Generates sstable data and metadata from given kv_iter