Liking cljdoc? Tell your friends :D
Clojure only.

metabase.query-processor.middleware.normalize-query

Middleware that converts a query into a normalized, canonical form.

Middleware that converts a query into a normalized, canonical form.
raw docstring

normalizeclj

(normalize qp)

Middleware that converts a query into a normalized, canonical form, including things like converting all identifiers into standard lisp-case ones, removing/rewriting legacy clauses, removing empty ones, etc. This is done to simplifiy the logic in the QP steps following this.

Middleware that converts a query into a normalized, canonical form, including things like converting all identifiers
into standard `lisp-case` ones, removing/rewriting legacy clauses, removing empty ones, etc. This is done to
simplifiy the logic in the QP steps following this.
sourceraw docstring

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

× close