Liking cljdoc? Tell your friends :D
Clojure only.

metabase.query-processor.middleware.wrap-value-literals

Middleware that wraps value literals in value/absolute-datetime/etc. clauses containing relevant type information; parses datetime string literals when appropriate.

Middleware that wraps value literals in `value`/`absolute-datetime`/etc. clauses containing relevant type
information; parses datetime string literals when appropriate.
raw docstring

wrap-value-literalsclj

(wrap-value-literals qp)

Middleware that wraps ran value literals in :value (for integers, strings, etc.) or :absolute-datetime (for datetime strings, etc.) clauses which include info about the Field they are being compared to. This is done mostly to make it easier for drivers to write implementations that rely on multimethod dispatch (by clause name) -- they can dispatch directly off of these clauses.

Middleware that wraps ran value literals in `:value` (for integers, strings, etc.) or `:absolute-datetime` (for
datetime strings, etc.) clauses which include info about the Field they are being compared to. This is done mostly
to make it easier for drivers to write implementations that rely on multimethod dispatch (by clause name) -- they
can dispatch directly off of these clauses.
sourceraw docstring

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

× close