Uses of Class
org.openrefine.model.Grid.ApproxCount
-
Packages that use Grid.ApproxCount Package Description org.openrefine.model org.openrefine.runners.local Supplies aRunnerwhich is designed for execution on a single machine, with parallelism.org.openrefine.runners.local.logging org.openrefine.runners.testing -
-
Uses of Grid.ApproxCount in org.openrefine.model
Methods in org.openrefine.model that return Grid.ApproxCount Modifier and Type Method Description Grid.ApproxCountGrid. countMatchingRecordsApprox(RecordFilter filter, long limit)Return the number of records matching the given record filter, but by processing about at most a fixed number of records.Grid.ApproxCountGrid. countMatchingRowsApprox(RowFilter filter, long limit)Return the number of rows matching the given row filter, but by processing about at most a fixed number of row. -
Uses of Grid.ApproxCount in org.openrefine.runners.local
Methods in org.openrefine.runners.local that return Grid.ApproxCount Modifier and Type Method Description Grid.ApproxCountLocalGrid. countMatchingRecordsApprox(RecordFilter filter, long limit)Grid.ApproxCountLocalGrid. countMatchingRowsApprox(RowFilter filter, long limit) -
Uses of Grid.ApproxCount in org.openrefine.runners.local.logging
Methods in org.openrefine.runners.local.logging that return Grid.ApproxCount Modifier and Type Method Description Grid.ApproxCountLoggedGrid. countMatchingRecordsApprox(RecordFilter filter, long limit)Grid.ApproxCountLoggedGrid. countMatchingRowsApprox(RowFilter filter, long limit) -
Uses of Grid.ApproxCount in org.openrefine.runners.testing
Methods in org.openrefine.runners.testing that return Grid.ApproxCount Modifier and Type Method Description Grid.ApproxCountTestingGrid. countMatchingRecordsApprox(RecordFilter filter, long limit)Grid.ApproxCountTestingGrid. countMatchingRowsApprox(RowFilter filter, long limit)
-