Liking cljdoc? Tell your friends :D
Clojure only.

metabase.query-processor.middleware.limit

Middleware that handles limiting the maximum number of rows returned by a query.

Middleware that handles limiting the maximum number of rows returned by a query.
raw docstring

limitclj

(limit qp)

Add an implicit limit clause to MBQL queries without any aggregations, and limit the maximum number of rows that can be returned in post-processing.

Add an implicit `limit` clause to MBQL queries without any aggregations, and limit the maximum number of rows that
can be returned in post-processing.
sourceraw docstring

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

× close