Liking cljdoc? Tell your friends :D
Clojure only.

metabase.query-processor.middleware.add-settings

Middleware for adding a :settings map to a query before it is processed.

Middleware for adding a `:settings` map to a query before it is processed.
raw docstring

add-settingsclj

(add-settings qp)

Adds the :settings map to the query which can contain any fixed properties that would be useful at execution time. Currently supports a settings object like:

{:report-timezone "US/Pacific"}
Adds the `:settings` map to the query which can contain any fixed properties that would be useful at execution time.
Currently supports a settings object like:

    {:report-timezone "US/Pacific"}
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close