Uses of Class
org.openrefine.model.Grid.PartialAggregation
-
Packages that use Grid.PartialAggregation Package Description org.openrefine.browsing 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 Grid.PartialAggregation in org.openrefine.browsing
Fields in org.openrefine.browsing declared as Grid.PartialAggregation Modifier and Type Field Description protected Grid.PartialAggregation<AllFacetsState>
Engine. _facetsState
Methods in org.openrefine.browsing that return Grid.PartialAggregation Modifier and Type Method Description protected Grid.PartialAggregation<AllFacetsState>
Engine. getFacetsState()
-
Uses of Grid.PartialAggregation in org.openrefine.model
Methods in org.openrefine.model that return Grid.PartialAggregation Modifier and Type Method Description <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.<T extends Serializable>
Grid.PartialAggregation<T>Grid. aggregateRowsApprox(RowAggregator<T> aggregator, T initialState, long maxRows)
Computes the result of a row aggregator on the grid, reading about at most a fixed number of rows. -
Uses of Grid.PartialAggregation in org.openrefine.runners.local
Methods in org.openrefine.runners.local that return Grid.PartialAggregation Modifier and Type Method Description <T extends Serializable>
Grid.PartialAggregation<T>LocalGrid. aggregateRecordsApprox(RecordAggregator<T> aggregator, T initialState, long maxRecords)
<T extends Serializable>
Grid.PartialAggregation<T>LocalGrid. aggregateRowsApprox(RowAggregator<T> aggregator, T initialState, long maxRows)
protected <T,U extends Serializable>
Grid.PartialAggregation<U>LocalGrid. sample(PLL<T> source, long sampleSize, U initialValue, BiFunction<U,T,U> fold, BiFunction<U,U,U> combine)
Compute how many partitions and how many elements in those partitions we should process, if we want to get a sample of the given size. -
Uses of Grid.PartialAggregation in org.openrefine.runners.local.logging
Methods in org.openrefine.runners.local.logging that return Grid.PartialAggregation Modifier and Type Method Description <T extends Serializable>
Grid.PartialAggregation<T>LoggedGrid. aggregateRecordsApprox(RecordAggregator<T> aggregator, T initialState, long maxRecords)
<T extends Serializable>
Grid.PartialAggregation<T>LoggedGrid. aggregateRowsApprox(RowAggregator<T> aggregator, T initialState, long maxRows)
-
Uses of Grid.PartialAggregation in org.openrefine.runners.testing
Methods in org.openrefine.runners.testing that return Grid.PartialAggregation Modifier and Type Method Description <T extends Serializable>
Grid.PartialAggregation<T>TestingGrid. aggregateRecordsApprox(RecordAggregator<T> aggregator, T initialState, long maxRecords)
<T extends Serializable>
Grid.PartialAggregation<T>TestingGrid. aggregateRowsApprox(RowAggregator<T> aggregator, T initialState, long maxRows)
-