thingsdb / ThingsDB

Node - The ThingsDB Core
https://thingsdb.io
GNU General Public License v3.0
42 stars 3 forks source link

Added subset and superset operations for sets #359

Closed joente closed 9 months ago

joente commented 9 months ago

Description

Added support for the following set operations:

Operation Description
<= (is subset) Determines if a is a subset of b.
<(is proper subset) Determines if a is a proper subset of b (subset, but not equal).
>= (is superset) Determines if a is a superset of b.
> (is proper superset) Determines if a is a proper superset of b (superset, but not equal).

Type of change

How Has This Been Tested?

Checklist: