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
pub async fn gen_test_sstable_data(
opts: SstableBuilderOptions,
kv_iter: impl Iterator<Item = (FullKey<Vec<u8>>, HummockValue<Vec<u8>>)>,
) -> (Bytes, SstableMeta)
Generates sstable data and metadata from given kv_iter