Skip to content

Commit

Permalink
feat(fuzzer): Update table scan plan functions to generate multi-join…
Browse files Browse the repository at this point in the history
… plans (#11940)

Summary:

Generates a cascading multi-join from left to right with table scans as the inputs.

```
[t1, t2, t3, t4]
t1  t2
 \  /
  a   t3
   \  /
     b   t4
      \  /
        c
```

Differential Revision: D67607533
  • Loading branch information
Daniel Hunte authored and facebook-github-bot committed Dec 23, 2024
1 parent 32dabe1 commit 2274011
Showing 1 changed file with 301 additions and 351 deletions.
Loading

0 comments on commit 2274011

Please sign in to comment.