Clojure Set Audit for PTC-Lisp

Copy Markdown View Source

Warning: This file is auto-generated by mix ptc.gen_docs from priv/function_audit.exs. Manual edits will be overwritten. Edit priv/function_audit.exs instead.

Comparison of clojure.set vars against PTC-Lisp builtins.

See also: Function Reference | Namespace Coverage | Clojure Core Audit | Clojure String Audit | Clojure Walk Audit | Java Math Audit | Java Boolean Audit | Java Double Audit | Java Float Audit | Java Integer Audit | Java Long Audit | Java String Audit | Java System Audit | Java LocalDate Audit | Java Instant Audit | Java Duration Audit | Java Period Audit | Java Date Audit

Summary

Coverage excludes not_relevant entries: supported / (supported + candidate + not_classified).

StatusCount
Supported3
Candidate9
Not Relevant0
Not Classified0
Relevant Target12
Coverage3/12 (25.0%)
Total12

Details

VarStatusDescriptionNotes
difference✅ supportedReturn a set that is the first set without elements of the remaining sets
index🔲 candidateReturns a map of the distinct values of ks mapped to sets of mapspure set/map operation
intersection✅ supportedReturn a set that is the intersection of the input sets
join🔲 candidateWhen passed 2 rels, returns the rel corresponding to the natural joinrelational algebra operation
map-invert🔲 candidateReturns the map with vals mapped to keyspure map transformation
project🔲 candidateReturns a rel of the elements of xrel with only the keys in ksrelational algebra operation
rename🔲 candidateReturns a rel with the keys in kmap renamedrelational algebra operation
rename-keys🔲 candidateReturns the map with keys renamed according to kmappure map transformation
select🔲 candidateReturns a set of the elements for which pred is truepure set filtering
subset?🔲 candidateIs set1 a subset of set2?pure set predicate
superset?🔲 candidateIs set1 a superset of set2?pure set predicate
union✅ supportedReturn a set that is the union of the input sets