Skip to content

Commit

Permalink
Add operator override for xxhash64, combine_hash internal functions
Browse files Browse the repository at this point in the history
Summary: TSIA

Differential Revision: D68917161
  • Loading branch information
pradeepvaka authored and facebook-github-bot committed Feb 5, 2025
1 parent 1b51466 commit 9a5de08
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ std::string mapScalarFunction(const std::string& name) {
{"presto.default.$operator$subscript",
util::addDefaultNamespacePrefix(
prestoDefaultNamespacePrefix, "subscript")},
{"presto.default.$operator$xx_hash_64", "presto.default.xxhash64_internal"},
{"presto.default.combine_hash", "presto.default.combine_hash_internal"},
// Special form function overrides.
{"presto.default.in", "in"},
};
Expand Down

0 comments on commit 9a5de08

Please sign in to comment.