JOIN VIA RANGE OF MULTIPLE INDEXED COL. is a search strategy of the SQL optimizer.
The database system can use this search strategy if the join columns can be combined into the initial part of an index that includes multiple columns.
The database system accesses the relevant table rows within the index range directly.