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 interface
RecordAggregator<T>
Computes a value of type T by aggregation over records in a grid.interface
RowAggregator<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 class
AllFacetsAggregator
Internal aggregator to compute the state of all facets in one pass over the grid.class
FacetAggregator<T extends FacetState>
Small serializable object which embeds everything that is required to compute facet statistics.class
RowInRecordAggregator<T extends FacetState>
class
StringFacetAggregator
static class
TextSearchFacet.TextSearchAggregator
-
Uses of Combiner in org.openrefine.browsing.util
Classes in org.openrefine.browsing.util that implement Combiner Modifier and Type Class Description class
ExpressionValueFacetAggregator<T extends FacetState>
Base class for facet aggregators which update their state by evaluating an expression and aggregating its result.class
NumericFacetAggregator
class
ScatterplotFacetAggregator
class
StringValuesFacetAggregator
class
TimeRangeFacetAggregator
-