Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marin-ma committed Apr 9, 2024
1 parent c115591 commit da3b7d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions velox/functions/sparksql/Hash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ class VectorHasher {
public:
// Compute the hash value of input vector at index.
virtual ReturnType hashAt(vector_size_t index, SeedType seed) = 0;

virtual ~VectorHasher() = default;
};

template <typename HashClass, TypeKind kind>
Expand Down

0 comments on commit da3b7d1

Please sign in to comment.