Liking cljdoc? Tell your friends :D
Clojure only.

metabase.query-processor.middleware.format-rows

Middleware that formats the results of a query. Currently, the only thing this does is convert datetime types to ISO-8601 strings in the appropriate timezone.

Middleware that formats the results of a query.
Currently, the only thing this does is convert datetime types to ISO-8601 strings in the appropriate timezone.
raw docstring

format-rowsclj

(format-rows qp)

Format individual query result values as needed. Ex: format temporal values as iso8601 strings w/ timezone.

Format individual query result values as needed.  Ex: format temporal values as iso8601 strings w/ timezone.
sourceraw docstring

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

× close