Returns the region currently being scanned, if any.
()
| 1123 | * Returns the region currently being scanned, if any. |
| 1124 | */ |
| 1125 | RegionInfo currentRegion() { |
| 1126 | return region; |
| 1127 | } |
| 1128 | |
| 1129 | /** |
| 1130 | * Returns an RPC to fetch the next rows. |
no outgoing calls
no test coverage detected