Skip to content
Snippets Groups Projects
Commit c46aaf47 authored by Wenchen Fan's avatar Wenchen Fan Committed by Reynold Xin
Browse files

[SPARK-8759][SQL] add default eval to binary and unary expression according to...

[SPARK-8759][SQL] add default eval to binary and unary expression according to default behavior of nullable

We have `nullSafeCodeGen` to provide default code generation for binary and unary expression, and we can do the same thing for `eval`.

Author: Wenchen Fan <cloud0fan@outlook.com>

Closes #7157 from cloud-fan/refactor and squashes the following commits:

f3987c6 [Wenchen Fan] refactor Expression
parent 6718c1eb
No related branches found
No related tags found
No related merge requests found
Showing
with 292 additions and 543 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment