Details
-
Improvement
-
Status: Resolved
-
Critical
-
Resolution: Duplicate
-
None
Description
Right now we define all expression code generation in a single file. If we want to do code generation for most default expressions, it'd only make sense to push them into the expression definitions themselves (similar to "eval" method).
We would need to design an updated version of the expression API for that. Once this is done, we can parallelize the work to convert expressions into code-gen versions.
Attachments
Issue Links
- duplicates
-
SPARK-8117 Push codegen into Expression
- Resolved