-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[opt](complex type) support prune nested column through lateral view #58776
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
TPC-H: Total hot run time: 34926 ms |
TPC-DS: Total hot run time: 180718 ms |
ClickBench: Total hot run time: 28.04 s |
FE Regression Coverage ReportIncrement line coverage |
4 similar comments
FE Regression Coverage ReportIncrement line coverage |
FE Regression Coverage ReportIncrement line coverage |
FE Regression Coverage ReportIncrement line coverage |
FE Regression Coverage ReportIncrement line coverage |
a64ea26 to
d9f6a3a
Compare
|
run buildall |
FE UT Coverage ReportIncrement line coverage |
TPC-H: Total hot run time: 34435 ms |
TPC-DS: Total hot run time: 179821 ms |
ClickBench: Total hot run time: 26.93 s |
FE Regression Coverage ReportIncrement line coverage |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/AccessPathPlanCollector.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/AccessPathPlanCollector.java
Outdated
Show resolved
Hide resolved
d9f6a3a to
d5f466b
Compare
|
run buildall |
d5f466b to
6347bb1
Compare
|
run buildall |
|
run buildall |
TPC-H: Total hot run time: 36688 ms |
TPC-DS: Total hot run time: 179150 ms |
ClickBench: Total hot run time: 27.69 s |
FE UT Coverage ReportIncrement line coverage |
FE Regression Coverage ReportIncrement line coverage |
| for (CollectAccessPathResult accessPath : accessPaths) { | ||
| List<String> path = accessPath.getPath(); | ||
| if (function.arity() == 1) { | ||
| // $c$1.VALUES.b |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
better to add some comment
|
PR approved by at least one committer and no changes requested. |
What problem does this PR solve?
support prune nested column through lateral view with the functions: explode, explode_outer, explode_map, explode_map_outer, posexplode, posexplode_outer, #57204 related
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)