schema.setop.md
November 8, 2023 ยท View on GitHub
Home > @datashaper/schema > SetOp
SetOp enum
Indicates the type of set operation to perform across two collections.
Signature:
export declare enum SetOp
Enumeration Members
| Member | Value | Description |
|---|---|---|
| Concat | "concat" | Concatenate the two collections together |
| Difference | "difference" | Return the difference of the two collections |
| Intersect | "intersect" | Return the intersection of the two collections |
| Union | "union" | Return the union of the two collections |