Find the lowerbound record given a key inside a primary 64-bit integer index table.
Find the lowerbound record given a key inside a primary 64-bit integer index table Lowerbound 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 lowerbound record
Returns
iterator to the lowerbound record