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 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.classStringFacetAggregatorstatic classTextSearchFacet.TextSearchAggregator -
Uses of RowInRecordAggregator in org.openrefine.browsing.util
Subclasses of RowInRecordAggregator in org.openrefine.browsing.util 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
-