Skip to content

Commit

Permalink
Add function name mapping from equal_null_safe to equalnullsafe (oap-…
Browse files Browse the repository at this point in the history
  • Loading branch information
rui-mo authored and zhejiangxiaomai committed Jul 4, 2023
1 parent f5be476 commit 07d191d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions velox/substrait/SubstraitParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ class SubstraitParser {
{"is_not_null", "isnotnull"}, /*Spark functions.*/
{"is_null", "isnull"},
{"equal", "equalto"},
{"equal_null_safe", "equalnullsafe"},
{"lt", "lessthan"},
{"lte", "lessthanorequal"},
{"gt", "greaterthan"},
Expand Down

0 comments on commit 07d191d

Please sign in to comment.