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
…24503)

Summary:

TSIA

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

0 comments on commit 660432e

Please sign in to comment.