Find the upperbound record given a key inside a primary 64-bit integer index table.
Find the upperbound record given a key inside a primary 64-bit integer index table Upperbound record is the first nearest record which primary key is < the given key
Parameters
code- The name of the owner of the tablescope- The scope where the table residestable- The table nameid- The primary key used as a pivot to determine the upperbound record
Returns
iterator to the upperbound record
