Liking cljdoc? Tell your friends :D
Clojure only.

metabase.query-processor.middleware.mbql-to-native

Middleware responsible for converting MBQL queries to native queries (by calling the driver's QP methods) so the query can then be executed.

Middleware responsible for converting MBQL queries to native queries (by calling the driver's QP methods)
so the query can then be executed.
raw docstring

mbql->nativeclj

(mbql->native qp)

Middleware that handles conversion of MBQL queries to native (by calling driver QP methods) so the queries can be executed. For queries that are already native, this function is effectively a no-op.

Middleware that handles conversion of MBQL queries to native (by calling driver QP methods) so the queries
can be executed. For queries that are already native, this function is effectively a no-op.
sourceraw docstring

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

× close