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