Publish grenad CompressionType type in milli

This commit is contained in:
many 2021-08-16 13:35:03 +02:00
parent d6bba0663a
commit 3aaf1d62f3
No known key found for this signature in database
GPG Key ID: 2CEF23B75189EACA

View File

@ -54,7 +54,7 @@ pub type FieldId = u16;
pub type Position = u32;
pub type FieldDistribution = BTreeMap<String, u64>;
type MergeFn<E> = for<'a> fn(&[u8], &[Cow<'a, [u8]>]) -> StdResult<Vec<u8>, E>;
type MergeFn<E> = for<'a> fn(&[u8], &[Cow<'a, [u8]>]) -> StdResult<Cow<'a, [u8]>, E>;
/// Transform a raw obkv store into a JSON Object.
pub fn obkv_to_json(