Liking cljdoc? Tell your friends :D

metabase.query-processor.middleware.results-metadata

Middleware that stores metadata about results column types after running a query for a Card, and returns that metadata (which can be passed back to the backend when saving a Card) as well as a checksum in the API response.

Middleware that stores metadata about results column types after running a query for a Card,
and returns that metadata (which can be passed *back* to the backend when saving a Card) as well
as a checksum in the API response.
raw docstring

record-and-return-metadata!clj

(record-and-return-metadata! qp)

Middleware that records metadata about the columns returned when running the query.

Middleware that records metadata about the columns returned when running the query.
sourceraw docstring

valid-checksum?clj

(valid-checksum? metadata checksum)

Is the CHECKSUM the right one for this column METADATA?

Is the CHECKSUM the right one for this column METADATA?
sourceraw docstring

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

× close