Interface SegmentPreIndexStatsContainer
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
SegmentPreIndexStatsCollector
public interface SegmentPreIndexStatsContainer extends Serializable
Container for per-column stats for a segment
-
-
Method Summary
Modifier and Type Method Description ColumnStatisticsgetColumnProfileFor(String column)intgetTotalDocCount()
-
-
-
Method Detail
-
getColumnProfileFor
ColumnStatistics getColumnProfileFor(String column) throws Exception
- Throws:
Exception
-
getTotalDocCount
int getTotalDocCount()
-
-