Skip to content

Commit 391541a

Browse files
pradeepvakaaditi-pandit
authored andcommitted
Add operator override for xxhash64, combine_hash internal functions (#24503)
Summary: TSIA Differential Revision: D68917161
1 parent f6ffef0 commit 391541a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ 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",
76+
util::addDefaultNamespacePrefix(
77+
prestoDefaultNamespacePrefix, "xxhash64_internal")},
78+
{"presto.default.combine_hash",
79+
util::addDefaultNamespacePrefix(
80+
prestoDefaultNamespacePrefix, "combine_hash_internal")},
7581
// Special form function overrides.
7682
{"presto.default.in", "in"},
7783
};

0 commit comments

Comments
 (0)