Sets
12Return a set that is the first set without elements of the remaining sets
functionclojure.set
Returns a map of the distinct values of ks in the xrel mapped to a set of the maps in xrel with the corresponding values...
functionclojure.set
Return a set that is the intersection of the input sets
functionclojure.set
When passed 2 rels, returns the rel corresponding to the natural join. When passed an additional keymap, joins on the co...
functionclojure.set
Returns the map with the vals mapped to the keys.
functionclojure.set
Returns a rel of the elements of xrel with only the keys in ks
functionclojure.set
Returns a rel of the maps in xrel with the keys in kmap renamed to the vals in kmap
functionclojure.set
Returns the map with the keys in kmap renamed to the vals in kmap
functionclojure.set
Returns a set of the elements for which pred is true
functionclojure.set
Is set1 a subset of set2?
functionclojure.set
Is set1 a superset of set2?
functionclojure.set
Return a set that is the union of the input sets
functionclojure.set