Liking cljdoc? Tell your friends :D

me.vedang.clj-fdb.tuple.tuple


createclj

(create v)

A wrapper over from, to keep the API consistent across Subspace and Directory layers.

A wrapper over `from`, to keep the API consistent across Subspace and
Directory layers.
sourceraw docstring

fromclj

(from & args)

Creates a new Tuple from a variable number of elements.

Note: an empty number of arguments is a valid input to this function, it creates an empty Tuple.

Creates a new Tuple from a variable number of elements.

Note: an empty number of arguments is a valid input to this
function, it creates an empty Tuple.
sourceraw docstring

from-bytesclj

(from-bytes ba)

Construct a new Tuple with elements decoded from a supplied byte array.

Construct a new Tuple with elements decoded from a supplied byte array.
sourceraw docstring

get-itemsclj

(get-items t)

Gets the unserialized contents of this Tuple.

Gets the unserialized contents of this Tuple.
sourceraw docstring

packclj

(pack t)

Get an encoded representation of this Tuple.

Get an encoded representation of this Tuple.
sourceraw docstring

rangeclj

(range t)

Returns a range representing all keys that encode Tuples strictly starting with this Tuple.

For example: (range (from "a" "b")) includes all tuples ("a", "b", ...)

Returns: the range of keys containing all Tuples that have this Tuple as a prefix.

Returns a range representing all keys that encode Tuples strictly
starting with this Tuple.

For example:
    (range (from "a" "b"))
includes all tuples ("a", "b", ...)

Returns:
the range of keys containing all Tuples that have this Tuple as a prefix.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close