public class CountEstimator extends Object
| Modifier and Type | Method and Description |
|---|---|
static long |
count(DatabaseImpl dbImpl,
CursorImpl beginCursor,
boolean beginInclusive,
CursorImpl endCursor,
boolean endInclusive)
Returns an estimate of the number of records between two end points
specified by begin/end cursor positions.
|
public static long count(DatabaseImpl dbImpl, CursorImpl beginCursor, boolean beginInclusive, CursorImpl endCursor, boolean endInclusive)
Copyright © 2024. All rights reserved.