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

6 lines
142 B
Scala

package com.twitter.timelines.data_processing.ml_util.aggregation_framework
trait AggregateStore extends Serializable {
def name: String
}