Uses of Interface
org.openrefine.browsing.facets.Combiner
-
Packages that use Combiner Package Description org.openrefine.browsing.facets org.openrefine.browsing.util -
-
Uses of Combiner in org.openrefine.browsing.facets
Subinterfaces of Combiner in org.openrefine.browsing.facets Modifier and Type Interface Description interfaceRecordAggregator<T>Computes a value of type T by aggregation over records in a grid.interfaceRowAggregator<T>Computes a value of type T by aggregation over rows in a grid.Classes in org.openrefine.browsing.facets that implement Combiner Modifier and Type Class Description classAllFacetsAggregatorInternal aggregator to compute the state of all facets in one pass over the grid.classFacetAggregator<T extends FacetState>Small serializable object which embeds everything that is required to compute facet statistics.classRowInRecordAggregator<T extends FacetState>classStringFacetAggregatorstatic classTextSearchFacet.TextSearchAggregator -
Uses of Combiner in org.openrefine.browsing.util
Classes in org.openrefine.browsing.util that implement Combiner Modifier and Type Class Description classExpressionValueFacetAggregator<T extends FacetState>Base class for facet aggregators which update their state by evaluating an expression and aggregating its result.classNumericFacetAggregatorclassScatterplotFacetAggregatorclassStringValuesFacetAggregatorclassTimeRangeFacetAggregator
-