Skip to content

Commit

Permalink
Update README.md with a note about INDs and list-based ODs
Browse files Browse the repository at this point in the history
Add note about list-based order dependencies and inclusion dependencies

Co-Authored-By: Anton Chizhov <[email protected]>
  • Loading branch information
chernishev and vs9h committed Apr 3, 2024
1 parent d0a916c commit f75a05f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ Desbordante is a high-performance data profiler that is capable of discovering a
- Approximate functional dependencies, with g<sub>1</sub> metric (discovery and validation)
- Probabilistic functional dependencies, with PerTuple and PerValue metrics (discovery)
* Conditional functional dependencies (discovery)
* Order dependencies, set-based axiomatization (discovery)
* Inclusion dependencies (discovery)
* Order dependencies:
- set-based axiomatization (discovery)
- list-based axiomatization (discovery)
* Metric functional dependencies (validation)
* Fuzzy algebraic constraints (discovery)
* Unique column combinations (discovery and validation)
Expand Down

0 comments on commit f75a05f

Please sign in to comment.