Uses of Interface
org.apache.pinot.segment.spi.creator.ColumnStatistics
-
Packages that use ColumnStatistics Package Description org.apache.pinot.segment.spi.creator -
-
Uses of ColumnStatistics in org.apache.pinot.segment.spi.creator
Methods in org.apache.pinot.segment.spi.creator that return ColumnStatistics Modifier and Type Method Description ColumnStatisticsSegmentPreIndexStatsContainer. getColumnProfileFor(String column)ColumnStatisticsSegmentIndexCreationDriver. getColumnStatisticsCollector(String columnName)Get the stats collector for a columnConstructors in org.apache.pinot.segment.spi.creator with parameters of type ColumnStatistics Constructor Description ColumnIndexCreationInfo(ColumnStatistics columnStatistics, boolean createDictionary, boolean useVarLengthDictionary, boolean isAutoGenerated, Object defaultNullValue)
-