pub fn open_u128_mapped<T: MonotonicallyMappableToU128 + Debug>(
bytes: OwnedBytes,
) -> Result<Arc<dyn ColumnValues<T>>>
Expand description
Returns the correct codec reader wrapped in the Arc
for the data.
pub fn open_u128_mapped<T: MonotonicallyMappableToU128 + Debug>(
bytes: OwnedBytes,
) -> Result<Arc<dyn ColumnValues<T>>>
Returns the correct codec reader wrapped in the Arc
for the data.