fix merge

This commit is contained in:
Pascal Seitz
2026-07-29 17:42:32 +02:00
committed by PSeitz
parent 90ff347cc9
commit 295d5e4aa8
+1 -1
View File
@@ -879,7 +879,7 @@ struct VecTermBucketsWithLanes<B> {
impl<B: BucketIdSlot> TermAggregationMap for VecTermBucketsWithLanes<B> {
type Slot = B;
const SORTED_BY_ORD: bool = true;
const SORTED_BY_KEY: bool = true;
fn get_memory_consumption(&self) -> usize {
self.buckets.capacity() * std::mem::size_of::<TermBucketWithLanes<B>>()