the-algorithm/timelines/data_processing/ml_util/aggregation_framework/AggregationConfig.scala

6 lines
160 B
Scala

package com.twitter.timelines.data_processing.ml_util.aggregation_framework
trait AggregationConfig {
def aggregatesToCompute: Set[TypedAggregateGroup[_]]
}