typedb / typeql

TypeQL: the power of programming, in your database
https://typedb.com
Mozilla Public License 2.0
218 stars 45 forks source link

Implement require operator #370

Closed cxdorn closed 3 weeks ago

cxdorn commented 4 weeks ago

Usage and product changes

Implement the 'require' clause:

match
...
require $x, $y, $z;

Will filter the match output stream to ensure that the variable $x, $y, $z are all non-empty variables (if they are optional).

typedb-bot commented 4 weeks ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture