Package org.apache.pinot.segment.local.segment.creator.impl.stats
-
Class Summary Class Description AbstractColumnStatisticsCollector This class in initialized per column and all the data is sent to it before actual indexes are created the job of this class is to collect unique elements record cardinality compute min compute max see if column isSortedBigDecimalColumnPreIndexStatsCollector Extension ofAbstractColumnStatisticsCollectorfor BigDecimal column type.BytesColumnPredIndexStatsCollector Extension ofAbstractColumnStatisticsCollectorfor byte[] column type.DoubleColumnPreIndexStatsCollector FloatColumnPreIndexStatsCollector IntColumnPreIndexStatsCollector LongColumnPreIndexStatsCollector SegmentPreIndexStatsCollectorImpl StringColumnPreIndexStatsCollector