Liking cljdoc? Tell your friends :D

eva.catalog.common.alpha.utils


*env-overrides*clj


envclj

(env name)
(env name default)

joinclj

(join xrel yrel km)

When passed 2 rels, returns the rel corresponding to the natural join on the provided key map.

Modified from clojure.set. Removes the size-based rel-flipping optimization in order to provide consistent merging behavior on shared but non-joined keys: will always merge rows from yrel onto xrel.

When passed 2 rels, returns the rel corresponding to the natural
join on the provided key map.

Modified from clojure.set. Removes the size-based rel-flipping
optimization in order to provide consistent merging behavior on shared
but non-joined keys: will always merge rows from yrel onto xrel.
raw docstring

load-edn-data-from-fileclj

(load-edn-data-from-file path)

required-envclj

(required-env name)

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

× close