Liking cljdoc? Tell your friends :D

fluree.db.query.analytical-filter


!clj/s

(! x)

&&clj/smacro

(&&)
(&& x)
(&& x & next)

Equivalent to and

Equivalent to and
raw docstring

boundclj/s

(bound x)

coalesceclj/smacro

(coalesce)
(coalesce arg)
(coalesce arg & args)

Evaluates args in order. The result of the first arg not to return error gets returned.

Evaluates args in order. The result of the first arg not to return error gets returned.
raw docstring

filter-fns-with-nsclj/s


filter-rowclj/s

(filter-row headers clause fil)

get-filtersclj/s

(get-filters filters optional?)

optional? indicates we are looking for optional filters.

optional? indicates we are looking for optional filters. 
raw docstring

get-internal-filter-fnclj/s

(get-internal-filter-fn var fun)

nowclj/s

(now)

SPARQL-filter-parserclj/s

(SPARQL-filter-parser code)

Takes a SPARQL-formatted filer, and returns

Takes a SPARQL-formatted filer, and returns 
raw docstring

strEndsclj/s

(strEnds s substr)

strStartsclj/s

(strStarts s substr)

valid-filter?clj/s

(valid-filter? func symbol-whitelist)
(valid-filter? func symbol-whitelist var-atom)

||clj/smacro

(||)
(|| x)
(|| x & next)

Equivalent to or

Equivalent to or
raw docstring

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

× close