Skip to content

Commit

Permalink
Revert a change
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Apr 10, 2024
1 parent 5ac3312 commit ebc1e02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cpp/velox/operators/functions/RegistrationAllFunctions.cc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ using namespace facebook;
namespace gluten {
namespace {
void registerFunctionOverwrite() {
velox::exec::registerStatefulVectorFunction(
"xxhash64",
velox::functions::sparksql::xxhash64WithSeedSignatures(),
velox::functions::sparksql::makeXxHash64WithSeed);

velox::functions::registerUnaryNumeric<RoundFunction>({"round"});
velox::registerFunction<RoundFunction, int8_t, int8_t, int32_t>({"round"});
velox::registerFunction<RoundFunction, int16_t, int16_t, int32_t>({"round"});
Expand Down

0 comments on commit ebc1e02

Please sign in to comment.