viirya commented on issue #25717: [WIP][SPARK-29013][SQL] Structurally 
equivalent subexpression elimination
URL: https://github.com/apache/spark/pull/25717#issuecomment-529169833
 
 
   Thanks @maropu @mgaido91 
   
   For sub-expression elimination, I observed that many similar functions 
generated are only different in input slots. So this works for BoundReference. 
For BoundReference, we can parameterize the ordinals out of generated functions 
to achieve this feature.
   
   I think it is probably very hard to generalize this.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to