blob: 2becaf7388d7d6a9be55b6a321e29de8ecc21db0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
YQL_UDF_CONTRIB(hyperloglog_udf)
YQL_ABI_VERSION(
2
28
0
)
SRCS(
hyperloglog_udf.cpp
)
PEERDIR(
library/cpp/hyperloglog
)
END()
RECURSE_FOR_TESTS(
test
)
|