Given a database (db), a literal (lit) and a seq of bindings (bs),
return a new seq of bindings by joining this literal.
(defmulti join-literal "Given a database (db), a literal (lit) and a seq of bindings (bs), return a new seq of bindings by joining this literal." (fn [db lit bs] (:literal-type lit)))
Comments top
No comments for join-literal. Log in to add a comment.