Skip to content

Commit

Permalink
Add experimental notice for RelJoin
Browse files Browse the repository at this point in the history
  • Loading branch information
alancai98 committed Jan 16, 2025
1 parent 87a7a45 commit 8ea5947
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions partiql-plan/src/main/java/org/partiql/plan/rel/RelJoin.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
import java.util.List;

/**
* <p>
* <b>NOTE:</b> This is experimental and subject to change without prior notice!
* </p>
* Logical join abstract base class. This node currently models both correlated and de-correlated joins. In the future,
* this node may be used for just modeling de-correlated joins (like Calcite's
* <a href="https://calcite.apache.org/javadocAggregate/org/apache/calcite/rel/core/Join.html">Join</a>) and
Expand Down

0 comments on commit 8ea5947

Please sign in to comment.