๐๐ฎ๐๐ฎ, ๐๐ป๐ฎ๐น๐๐๐ถ๐ฐ๐ & ๐๐. Modern alternative to Snowflake. Cost-effective and simple for massive-scale analytics. https://databend.com
Decorrelating subquery makes huge changes to the query plan, explain decorrelated plan outputs the query plan after decorrelating subquery which is helpful for debugging.
Tests
[ ] Unit Test
[x] Logic Test
[ ] Benchmark Test
[ ] No Test - Explain why
Type of change
[ ] Bug Fix (non-breaking change which fixes an issue)
[x] New Feature (non-breaking change which adds functionality)
[ ] Breaking Change (fix or feature that could cause existing functionality not to work as expected)
I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/
Summary
Decorrelating subquery makes huge changes to the query plan,
explain decorrelated plan
outputs the query plan after decorrelating subquery which is helpful for debugging.Tests
Type of change
This change isโ