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