Returns boolean indicating if this is the first scanner opened on a reverse scan. This is different from the subsequent scanners opened in reverse scan because it is the only scanner whose region is found by looking up the key
()
| 241 | * looking up the key |
| 242 | */ |
| 243 | public boolean isFirstReverseRegion(){ |
| 244 | return is_first_reverse_region; |
| 245 | } |
| 246 | |
| 247 | /** |
| 248 | * Returns the row key this scanner is currently at. |