Description
If the table is salted or a local index, we can tweak our logic slightly for the start/stop range of the scan we're doing to analyze the table. We should pass three new parameters over:
- the start key/stop key for the scan
- a boolean for isSalted (table.getBucketNum() != null)
- a boolean for isLocalIndex (table.getIndexType() == IndexType.LOCAL)