Uses of Class
org.apache.pinot.spi.config.table.ingestion.AggregationConfig
-
Packages that use AggregationConfig Package Description org.apache.pinot.spi.config.table.ingestion org.apache.pinot.spi.utils -
-
Uses of AggregationConfig in org.apache.pinot.spi.config.table.ingestion
Methods in org.apache.pinot.spi.config.table.ingestion that return types with arguments of type AggregationConfig Modifier and Type Method Description List<AggregationConfig>IngestionConfig. getAggregationConfigs()Method parameters in org.apache.pinot.spi.config.table.ingestion with type arguments of type AggregationConfig Modifier and Type Method Description voidIngestionConfig. setAggregationConfigs(List<AggregationConfig> aggregationConfigs) -
Uses of AggregationConfig in org.apache.pinot.spi.utils
Methods in org.apache.pinot.spi.utils that return types with arguments of type AggregationConfig Modifier and Type Method Description static List<AggregationConfig>IngestionConfigUtils. getAggregationConfigs(TableConfig tableConfig)
-