Package org.openrefine.model
Class Grid.ApproxCount
- java.lang.Object
-
- org.openrefine.model.Grid.ApproxCount
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- Grid
public static class Grid.ApproxCount extends Object implements Serializable
Utility class to represent the outcome of a partial count: the number of records/rows processed, and how many of these fulfilled the condition. The limitReached flag indicates whether the aggregation stopped because the limit was reached or the underlying collection was exhausted.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApproxCount(long processed, long matched, boolean limitReached)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getMatched()
long
getProcessed()
boolean
limitReached()
-