implement SegmentAggregationCollector on bucket aggs (#1878)

This commit is contained in:
PSeitz
2023-02-17 19:53:29 +08:00
committed by GitHub
parent bf1449b22d
commit 74bf60b4f7
9 changed files with 477 additions and 431 deletions

View File

@@ -38,6 +38,7 @@ impl<T: MonotonicallyMappableToU64> Column<T> {
}
impl<T: PartialOrd + Copy + Debug + Send + Sync + 'static> Column<T> {
#[inline]
pub fn get_cardinality(&self) -> Cardinality {
self.idx.get_cardinality()
}