Is there an existing issue for this?
Problem statement
A column with polygons can, e.g., represent a partitioning of an area (think of the U.S and all of its different states). We want to check if all polygons are mutually disjoint, i.e., if we take any two polygons from the column, the intersection of those polygons should be empty.
Proposed Solution
Create a dataset rule that captures this check
Additional Context
No response