Functions for manipulating and rewriting raql expressions
Functions for manipulating and rewriting raql expressions
(apply-views view-map raql)Rewrites a raql expression by replacing relation expressions
like [relation :album-with-long-tracks] with a a raql expression
in the view-map.
The view map can look like this:
{:album-with-long-tracks some-raql-expression}
Rewrites a raql expression by replacing relation expressions
like `[relation :album-with-long-tracks]` with a a raql expression
in the `view-map`.
The view map can look like this:
`{:album-with-long-tracks some-raql-expression}`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 |