Liking cljdoc? Tell your friends :D
Clojure only.

metabase.query-processor.middleware.resolve-joins

Middleware that fetches tables that will need to be joined, referred to by fk-> clauses, and adds information to the query about what joins should be done and how they should be performed.

Middleware that fetches tables that will need to be joined, referred to by `fk->` clauses, and adds information to
the query about what joins should be done and how they should be performed.
raw docstring

resolve-joinsclj

(resolve-joins qp)

Add any Tables and Fields referenced by the :joins clause to the QP store.

Add any Tables and Fields referenced by the `:joins` clause to the QP store.
sourceraw docstring

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

× close