:from
is an operation of 1-arg, either a query or keyword (table), it performs no computation, and just flows rows from its argument to the next operation in the query.
;; from a table
[[:from :A]]
;; from another query
[[:from [[:from :B]
[:where [= :foo 42]]]]]
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close