(Discovered while reviewing #103128)
The internal query used by SHOW RANGES computes span_start_key / span_end_key using the outermost object boundaries. This is incorrect - we want object boundaries on each row of output (with WITH INDEXES/TABLES) to be the local boundaries within the range for that row.
Epic: CRDB-24928
Jira issue: CRDB-28120