org.openmetadata.service.dataInsight.MostActiveUsersAggregator Maven / Gradle / Ivy
package org.openmetadata.service.dataInsight;
import java.util.ArrayList;
import java.util.List;
import org.openmetadata.schema.dataInsight.type.MostActiveUsers;
public abstract class MostActiveUsersAggregator
implements DataInsightAggregatorInterface {
private final A aggregations;
protected MostActiveUsersAggregator(A aggregations) {
this.aggregations = aggregations;
}
@Override
public List