cubdb v0.1.0 CubDB.Btree.KeyRange View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %CubDB.Btree.KeyRange{
  btree: CubDB.Btree.t(),
  max_key: CubDB.Btree.key() | nil,
  min_key: CubDB.Btree.key() | nil,
  reverse: boolean()
}

Link to this section Functions

Link to this function

new(btree, min_key \\ nil, max_key \\ nil, reverse \\ false) View Source