Liking cljdoc? Tell your friends :D

xitdb.sorted-set

On-disk sorted set wrapper types, modelled on xitdb.hash-set (set shape) and xitdb.sorted-map (the Sorted/Indexed/Reversible machinery).

A SORTED_SET is a SORTED_MAP with no values: each member is its own key. XITDBSortedSet is the read view; XITDBWriteSortedSet is the mutable view used inside a transaction. Ordering is by the engine's unsigned byte comparison over order-preserving encoded members (see xitdb.util.sorted-key).

On-disk sorted set wrapper types, modelled on `xitdb.hash-set` (set shape) and
`xitdb.sorted-map` (the `Sorted`/`Indexed`/`Reversible` machinery).

A `SORTED_SET` is a `SORTED_MAP` with no values: each member is its own key.
`XITDBSortedSet` is the read view; `XITDBWriteSortedSet` is the mutable view
used inside a transaction. Ordering is by the engine's unsigned byte
comparison over order-preserving encoded members (see `xitdb.util.sorted-key`).
raw docstring

xsorted-setclj

(xsorted-set read-cursor)
source

xwrite-sorted-setclj

(xwrite-sorted-set write-cursor)
source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close