blob: 51b4a241002f1d9e7ea9aff238ed3347c5ad5759 (
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(histogram_udf)
YQL_ABI_VERSION(
2
28
0
)
SRCS(
histogram_udf.cpp
)
PEERDIR(
library/cpp/histogram/adaptive
)
END()
RECURSE_FOR_TESTS(
test
)
|