Skip to content

Split new case selection out of LUT conversion transform. - #4757

Draft
copybara-service[bot] wants to merge 1 commit into
mainfrom
test_960440011
Draft

Split new case selection out of LUT conversion transform.#4757
copybara-service[bot] wants to merge 1 commit into
mainfrom
test_960440011

Conversation

@copybara-service

Copy link
Copy Markdown

Split new case selection out of LUT conversion transform.

Now, we can separately determine the case values for the LUT select before it gets merged into child selects. This will allow us to perform transforms outside of merge select, including building a new select node out of the case values.

Unfortunately the query engine populated during candidate filtering still needs to be used during case value determination when looking at Node known values, so there is still some required coupling between the two methods.

Now, we can separately determine the case values for the LUT select before it gets merged into child selects. This will allow us to perform transforms outside of merge select, including building a new select node out of the case values.

Unfortunately the query engine populated during candidate filtering still needs to be used during case value determination when looking at Node known values, so there is still some required coupling between the two methods.

PiperOrigin-RevId: 960440011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant