pub fn load_u64_based_column_values<T: MonotonicallyMappableToU64>(
bytes: OwnedBytes,
) -> Result<Arc<dyn ColumnValues<T>>>
Expand description
Load u64-based column values.
This method first identifies the codec off the first byte.
pub fn load_u64_based_column_values<T: MonotonicallyMappableToU64>(
bytes: OwnedBytes,
) -> Result<Arc<dyn ColumnValues<T>>>
Load u64-based column values.
This method first identifies the codec off the first byte.