Returns true if the segment is already sorted, and returns false if the sorting is only asynchronously scheduled.
(synchronous bool)
| 69 | // Returns true if the segment is already sorted, and returns |
| 70 | // false if the sorting is only asynchronously scheduled. |
| 71 | RequestSort(synchronous bool) bool |
| 72 | } |
| 73 | |
| 74 | // SegmentValidater is an optional interface that can be implemented by |