Liking cljdoc? Tell your friends :D

crux.index


all-entitiesclj

(all-entities snapshot valid-time transact-time)
source

all-keys-in-prefixclj

(all-keys-in-prefix i prefix)
(all-keys-in-prefix i prefix entries?)
(all-keys-in-prefix i seek-k prefix entries?)
source

check-and-store-index-versionclj

(check-and-store-index-version kv)
source

constrain-join-result-by-empty-namesclj

(constrain-join-result-by-empty-names join-keys join-results)
source

current-index-versionclj

(current-index-version kv)
source

delete-doc-idx-keysclj

(delete-doc-idx-keys kv idx-keys)
source

doc-idx-keysclj

(doc-idx-keys content-hash doc)
source

doc-predicate-statsclj

(doc-predicate-stats doc evicted?)
source

entities-atclj

(entities-at snapshot eids valid-time transact-time)
source

entity-atclj

(entity-at entity-as-of-idx eid)
source

entity-historyclj

(entity-history snapshot eid)
(entity-history snapshot eid n)
source

entity-history-rangeclj

(entity-history-range snapshot eid vt-start tt-start vt-end tt-end)
source

entity-history-seq-ascendingclj

(entity-history-seq-ascending snapshot eid from-valid-time transaction-time)
source

entity-history-seq-descendingclj

(entity-history-seq-descending snapshot eid from-valid-time transaction-time)
source

evicted-doc?clj

(evicted-doc? {:crux.db/keys [id evicted?] :as doc})
source

idx->seqclj

(idx->seq idx)
source

idx->seriesclj

(idx->series idx)
source

layered-idx->seqclj

(layered-idx->seq idx)
source

new-binary-join-virtual-indexclj

(new-binary-join-virtual-index)
(new-binary-join-virtual-index lhs-index rhs-index)
source

new-doc-attribute-entity-value-entity-indexclj

(new-doc-attribute-entity-value-entity-index snapshot attr entity-as-of-idx)
source

new-doc-attribute-entity-value-value-indexclj

(new-doc-attribute-entity-value-value-index snapshot
                                            attr
                                            entity-value-entity-idx)
source

new-doc-attribute-value-entity-entity-indexclj

(new-doc-attribute-value-entity-entity-index snapshot
                                             attr
                                             value-entity-value-idx
                                             entity-as-of-idx)
source

new-doc-attribute-value-entity-value-indexclj

(new-doc-attribute-value-entity-value-index snapshot attr)
source

new-entity-as-of-indexclj

(new-entity-as-of-index iterator valid-time transaction-time)
source

new-entity-history-range-indexclj

(new-entity-history-range-index snapshot vt-start tt-start vt-end tt-end)
source

new-equals-virtual-indexclj

(new-equals-virtual-index idx v)
source

new-greater-than-equal-virtual-indexclj

(new-greater-than-equal-virtual-index idx min-v)
source

new-greater-than-virtual-indexclj

(new-greater-than-virtual-index idx min-v)
source

new-less-than-equal-virtual-indexclj

(new-less-than-equal-virtual-index idx max-v)
source

new-less-than-virtual-indexclj

(new-less-than-virtual-index idx max-v)
source

new-n-ary-constraining-layered-virtual-indexclj

(new-n-ary-constraining-layered-virtual-index idx constrain-result-fn)
source

new-n-ary-join-layered-virtual-indexclj

(new-n-ary-join-layered-virtual-index indexes)
source

new-or-virtual-indexclj

(new-or-virtual-index indexes)
source

new-prefix-equal-virtual-indexclj

(new-prefix-equal-virtual-index idx prefix-v)
source

new-prefix-kv-iteratorclj

(new-prefix-kv-iterator i prefix)
source

new-relation-virtual-indexclj

(new-relation-virtual-index relation-name tuples max-depth)
(new-relation-virtual-index relation-name
                            tuples
                            max-depth
                            layered-range-constraints)
source

new-sorted-virtual-indexclj

(new-sorted-virtual-index idx-or-seq)
source

new-unary-join-virtual-indexclj

(new-unary-join-virtual-index indexes)
source

or-known-triple-fast-pathclj

(or-known-triple-fast-path snapshot e a v valid-time transact-time)
source

read-metaclj

(read-meta kv k)
source

seek-buffer-tlclj

source

store-doc-idx-keysclj

(store-doc-idx-keys kv idx-keys)
source

store-metaclj

(store-meta kv k v)
source

swap-metaclj

(swap-meta kv k f & args)
source

update-binary-join-order!clj

(update-binary-join-order! binary-join-index lhs-index rhs-index)
source

update-predicate-statsclj

(update-predicate-stats kv docs-stats)
source

update-relation-virtual-index!clj

(update-relation-virtual-index! relation tuples)
(update-relation-virtual-index! relation tuples layered-range-constraints)
source

vectorize-valueclj

(vectorize-value v)
source

wrap-with-range-constraintsclj

(wrap-with-range-constraints idx range-constraints)
source

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

× close