Skip to content

Commit c385e6c

Browse files
Annotate xxHash deps (facebookincubator#12092)
Summary: Pull Request resolved: facebookincubator#12092 Annotate xxHash includes for better attribution. Differential Revision: D68215873 fbshipit-source-id: d6349ee7e32047ec0a2e73c8a2f2ba63632e1652
1 parent 762b9c1 commit c385e6c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

velox/exec/HashPartitionFunction.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include <velox/exec/VectorHasher.h>
1818

1919
#define XXH_INLINE_ALL
20-
#include <xxhash.h>
20+
#include <xxhash.h> // @manual=third-party//xxHash:xxhash
2121

2222
namespace facebook::velox::exec {
2323
namespace {

velox/functions/prestosql/aggregates/ApproxDistinctAggregate.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616
#define XXH_INLINE_ALL
17-
#include <xxhash.h>
17+
#include <xxhash.h> // @manual=third-party//xxHash:xxhash
1818

1919
#include "velox/common/hyperloglog/DenseHll.h"
2020
#include "velox/common/hyperloglog/HllUtils.h"

velox/functions/prestosql/aggregates/ChecksumAggregate.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
#define XXH_INLINE_ALL
18-
#include <xxhash.h>
18+
#include <xxhash.h> // @manual=third-party//xxHash:xxhash
1919

2020
#include "velox/exec/Aggregate.h"
2121
#include "velox/expression/FunctionSignature.h"

velox/functions/prestosql/aggregates/PrestoHasher.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include <type_traits>
1919

2020
#define XXH_INLINE_ALL
21-
#include <xxhash.h>
21+
#include <xxhash.h> // @manual=third-party//xxHash:xxhash
2222

2323
#include "velox/functions/lib/RowsTranslationUtil.h"
2424
#include "velox/functions/prestosql/types/IPAddressType.h"

0 commit comments

Comments
 (0)