: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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |