(optimize-query q)
Takes a query and performs some optimizations.
Takes a query and performs some optimizations.
(project-alist-substitute-attribute-refs alist palist)
Takes an alist and a project query's alist and substitutes all of the latter's refs.
Takes an alist and a project query's alist and substitutes all of the latter's refs.
(query->alist q)
Return the rel-scheme-map of a query's query-scheme.
Return the rel-scheme-map of a query's query-scheme.
(remove-dead q)
Takes a query and removes all references to variables in underlying queries that are not used/unnecessary further up the query.
Takes a query and removes all references to variables in underlying queries that are not used/unnecessary further up the query.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close