These docs are for v1.3.0. Click to read the latest docs for v1.6.

db_lowerbound_i64

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 table
  • scope - The scope where the table resides
  • table - The table name
  • id - The primary key used as a pivot to determine the lowerbound record

Returns

iterator to the lowerbound record