Uses of Interface
org.openrefine.browsing.facets.RecordAggregator
-
Packages that use RecordAggregator Package Description org.openrefine.browsing org.openrefine.browsing.facets org.openrefine.browsing.util org.openrefine.model org.openrefine.runners.local Supplies aRunner
which is designed for execution on a single machine, with parallelism.org.openrefine.runners.local.logging org.openrefine.runners.testing -
-
Uses of RecordAggregator in org.openrefine.browsing
Methods in org.openrefine.browsing with parameters of type RecordAggregator Modifier and Type Method Description <T extends Serializable>
TEngine. aggregateFilteredRecords(RecordAggregator<T> aggregator, T initialState)
Runs an aggregator only on the records that are selected by facets. -
Uses of RecordAggregator in org.openrefine.browsing.facets
Classes in org.openrefine.browsing.facets that implement RecordAggregator 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 RecordAggregator in org.openrefine.browsing.util
Classes in org.openrefine.browsing.util that implement RecordAggregator 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
-
Uses of RecordAggregator in org.openrefine.model
Methods in org.openrefine.model with parameters of type RecordAggregator Modifier and Type Method Description <T extends Serializable>
TGrid. aggregateRecords(RecordAggregator<T> aggregator, T initialState)
Computes the result of a row aggregator on the grid.<T extends Serializable>
Grid.PartialAggregation<T>Grid. aggregateRecordsApprox(RecordAggregator<T> aggregator, T initialState, long maxRecords)
Computes the result of a row aggregator on the grid, reading about at most a fixed number of records. -
Uses of RecordAggregator in org.openrefine.runners.local
Methods in org.openrefine.runners.local with parameters of type RecordAggregator Modifier and Type Method Description <T extends Serializable>
TLocalGrid. aggregateRecords(RecordAggregator<T> aggregator, T initialState)
<T extends Serializable>
Grid.PartialAggregation<T>LocalGrid. aggregateRecordsApprox(RecordAggregator<T> aggregator, T initialState, long maxRecords)
-
Uses of RecordAggregator in org.openrefine.runners.local.logging
Methods in org.openrefine.runners.local.logging with parameters of type RecordAggregator Modifier and Type Method Description <T extends Serializable>
TLoggedGrid. aggregateRecords(RecordAggregator<T> aggregator, T initialState)
<T extends Serializable>
Grid.PartialAggregation<T>LoggedGrid. aggregateRecordsApprox(RecordAggregator<T> aggregator, T initialState, long maxRecords)
-
Uses of RecordAggregator in org.openrefine.runners.testing
Methods in org.openrefine.runners.testing with parameters of type RecordAggregator Modifier and Type Method Description <T extends Serializable>
TTestingGrid. aggregateRecords(RecordAggregator<T> aggregator, T initialState)
<T extends Serializable>
Grid.PartialAggregation<T>TestingGrid. aggregateRecordsApprox(RecordAggregator<T> aggregator, T initialState, long maxRecords)
-