tlc-pack / relax

Apache License 2.0
195 stars 58 forks source link

[Op][O2f] Set and searching operators #339

Closed MasterJH5574 closed 1 year ago

MasterJH5574 commented 1 year ago

As tracked by #332, this PR is the O2f milestone of the high-level operator introduction plan.

For the first part, this PR rewrites our current set operator: unique. Changes including

For the second part, this PR introduces one searching operator - where.

The two operators are well-tested.