Uses of Class
org.openrefine.browsing.facets.RowInRecordAggregator
-
Packages that use RowInRecordAggregator Package Description org.openrefine.browsing.facets org.openrefine.browsing.util -
-
Uses of RowInRecordAggregator in org.openrefine.browsing.facets
Subclasses of RowInRecordAggregator in org.openrefine.browsing.facets 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
StringFacetAggregator
static class
TextSearchFacet.TextSearchAggregator
-
Uses of RowInRecordAggregator in org.openrefine.browsing.util
Subclasses of RowInRecordAggregator in org.openrefine.browsing.util 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
-