ontodev/valve.py

Add `distinct` function

Closed this issue · 0 comments

distinct(expr, table.column, table2.column, ...)

This function would behave more like tree where distinct is checked before validation, and then expr is evaluated during iteration of the table rows.

table.column and table2.column are other fields that should be distinct with the target column.

distinct should write messages for each duplicate field, including the other table-columns in args 2+