You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that the Spark-Alchemy HLL Functions have the trait CodegenFallback [0]. My understanding is that implementing codegen will give you a big performance boost. Is there a particular reason why Spark-Alchemy does not implement doGenCode, and if not, are there plans to try it in the future?
I see that the Spark-Alchemy HLL Functions have the trait CodegenFallback [0]. My understanding is that implementing codegen will give you a big performance boost. Is there a particular reason why Spark-Alchemy does not implement doGenCode, and if not, are there plans to try it in the future?
Thanks
https://github.com/swoop-inc/spark-alchemy/blob/master/alchemy/src/main/scala/com/swoop/alchemy/spark/expressions/hll/HLLFunctions.scala#L81
The text was updated successfully, but these errors were encountered: