Interface SegmentPreIndexStatsCollector
-
- All Superinterfaces:
SegmentPreIndexStatsContainer,Serializable
public interface SegmentPreIndexStatsCollector extends SegmentPreIndexStatsContainer
-
-
Method Summary
Modifier and Type Method Description voidbuild()voidcollectRow(GenericRow row)voidinit()voidlogStats()-
Methods inherited from interface org.apache.pinot.segment.spi.creator.SegmentPreIndexStatsContainer
getColumnProfileFor, getTotalDocCount
-
-
-
-
Method Detail
-
init
void init()
-
collectRow
void collectRow(GenericRow row) throws Exception
- Throws:
Exception
-
logStats
void logStats()
-
-