Uses of Class
org.openrefine.model.Grid.ApproxCount
-
Packages that use Grid.ApproxCount Package Description 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.ApproxCount in org.openrefine.model
Methods in org.openrefine.model that return Grid.ApproxCount Modifier and Type Method Description Grid.ApproxCount
Grid. 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.ApproxCount
Grid. 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.ApproxCount
LocalGrid. countMatchingRecordsApprox(RecordFilter filter, long limit)
Grid.ApproxCount
LocalGrid. 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.ApproxCount
LoggedGrid. countMatchingRecordsApprox(RecordFilter filter, long limit)
Grid.ApproxCount
LoggedGrid. 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.ApproxCount
TestingGrid. countMatchingRecordsApprox(RecordFilter filter, long limit)
Grid.ApproxCount
TestingGrid. countMatchingRowsApprox(RowFilter filter, long limit)
-