aboutsummaryrefslogtreecommitdiffstats
path: root/ydb/library/yql/udfs/common/hyperloglog/ya.make
blob: 4544744b3b98866b3a107e45b2175dc386e07858 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
YQL_UDF(hyperloglog_udf)

YQL_ABI_VERSION(
    2
    9
    0
)

OWNER(g:yql g:yql_ydb_core)

SRCS(
    hyperloglog_udf.cpp
)

PEERDIR(
    library/cpp/hyperloglog 
)

END()