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