Skip to content

[SQL] There is no GC for antijoins #3390

@mihaibudiu

Description

@mihaibudiu

Antijoins are generated as part of outer joins.
They are further expanded into joins by dbsp.
The monotonicity analysis does not know this fact, and thus does not insert GC operators for antijoins.
A solution would be for the compiler to expand antijoins before the monotonicity analysis instead of using DBSP's expansion.

Metadata

Metadata

Assignees

Labels

SQL compilerRelated to the SQL compiler

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions