Skip to content

Commit 9a5de08

Browse files
pradeepvakafacebook-github-bot
authored andcommitted
Add operator override for xxhash64, combine_hash internal functions
Summary: TSIA Differential Revision: D68917161
1 parent 1b51466 commit 9a5de08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

presto-native-execution/presto_cpp/main/types/PrestoToVeloxExpr.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ std::string mapScalarFunction(const std::string& name) {
7272
{"presto.default.$operator$subscript",
7373
util::addDefaultNamespacePrefix(
7474
prestoDefaultNamespacePrefix, "subscript")},
75+
{"presto.default.$operator$xx_hash_64", "presto.default.xxhash64_internal"},
76+
{"presto.default.combine_hash", "presto.default.combine_hash_internal"},
7577
// Special form function overrides.
7678
{"presto.default.in", "in"},
7779
};

0 commit comments

Comments
 (0)