Liking cljdoc? Tell your friends :D

metabase.query-processor.middleware.constraints

Middleware that adds default constraints to limit the maximum number of rows returned to queries that specify the :add-default-userland-constraints? :middleware option.

Middleware that adds default constraints to limit the maximum number of rows returned to queries that specify the
`:add-default-userland-constraints?` `:middleware` option.
raw docstring

add-default-userland-constraintsclj

(add-default-userland-constraints qp)

Middleware that optionally adds default max-results and max-results-bare-rows constraints to queries, meant for use with process-query-and-save-with-max-results-constraints!, which ultimately powers most QP API endpoints.

Middleware that optionally adds default `max-results` and `max-results-bare-rows` constraints to queries, meant for
use with `process-query-and-save-with-max-results-constraints!`, which ultimately powers most QP API endpoints.
sourceraw docstring

default-query-constraintsclj

Default map of constraints that we apply on dataset queries executed by the api.

Default map of constraints that we apply on dataset queries executed by the api.
sourceraw docstring

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

× close