forked from NVIDIA/spark-rapids
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve GpuExpand by pre-projecting some columns (#25)
Some rules in Spark will put non-leaf expressions into Expand projections, then it can not leverage the GPU tiered projection across the projection lists. So this PR tries to factor out these expressions and evaluate them before expanding to avoid duplicate evaluation for semantic-equal (sub) expressions. --------- Signed-off-by: Firestarman <[email protected]>
- Loading branch information
1 parent
645daa1
commit b821c05
Showing
1 changed file
with
74 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters