aboutsummaryrefslogtreecommitdiffstats
path: root/ydb/library/yql/udfs/common/hyperloglog/ya.make
blob: 31b1b9adeb24bae5ca8c432b0d71f31132adada1 (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_YDB(hyperloglog_udf)

YQL_ABI_VERSION(
    2
    28
    0
)

SRCS(
    hyperloglog_udf.cpp
)

PEERDIR(
    library/cpp/hyperloglog
)

END()

RECURSE_FOR_TESTS(
    test
)