mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-05-30 23:20:40 +00:00
implement SegmentAggregationCollector on bucket aggs (#1878)
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user