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()
View Source
t() :: %CubDB.Btree.KeyRange{
btree: CubDB.Btree.t(),
max_key: CubDB.Btree.key() | nil,
min_key: CubDB.Btree.key() | nil,
reverse: boolean()
}
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
new(btree, min_key \\ nil, max_key \\ nil, reverse \\ false)
View Source
new(CubDB.Btree.t(), CubDB.Btree.key(), CubDB.Btree.key(), boolean()) ::
CubDB.Btree.KeyRange.t()
new(CubDB.Btree.t(), CubDB.Btree.key(), CubDB.Btree.key(), boolean()) :: CubDB.Btree.KeyRange.t()