public class AggregationServiceFactoryServiceImpl extends Object implements AggregationServiceFactoryService
Modifier and Type | Field and Description |
---|---|
static AggregationServiceFactoryServiceImpl |
INSTANCE |
public static final AggregationServiceFactoryServiceImpl INSTANCE
public AggregationServiceFactory groupAll(AggregationServiceFactory nonHAFactory, AggregationRowFactory rowFactory, AggregationUseFlags useFlags, DataInputOutputSerde<AggregationRow> serde)
groupAll
in interface AggregationServiceFactoryService
public AggregationServiceFactory groupBy(AggregationServiceFactory nonHAFactory, AggregationRowFactory rowFactory, AggregationUseFlags useFlags, DataInputOutputSerde<AggregationRow> serde, Class[] groupByTypes, AggSvcGroupByReclaimAgedEvalFuncFactory reclaimMaxAge, AggSvcGroupByReclaimAgedEvalFuncFactory reclaimFreq, TimeAbacus timeAbacus)
groupBy
in interface AggregationServiceFactoryService
public AggregationServiceFactory groupByRollup(AggregationServiceFactory nonHAFactory, AggregationGroupByRollupDesc groupByRollupDesc, AggregationRowFactory rowFactory, AggregationUseFlags useFlags, DataInputOutputSerde<AggregationRow> serde, Class[] groupByTypes)
groupByRollup
in interface AggregationServiceFactoryService
public AggregationServiceFactory groupLocalGroupBy(AggregationServiceFactory nonHAFactory, AggregationUseFlags useFlags, boolean hasGroupBy, AggregationLocalGroupByLevel optionalTop, AggregationLocalGroupByLevel[] levels, AggregationLocalGroupByColumn[] columns)
groupLocalGroupBy
in interface AggregationServiceFactoryService
Copyright © 2005–2019. All rights reserved.