aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common/stat/ya.make
blob: aee1fe43622502b12b77bbd5c2b010289d3195b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
YQL_UDF_CONTRIB(stat_udf)
    
    YQL_ABI_VERSION(
        2
        28
        0
    )
    
    SRCS(
        stat_udf.cpp
    )
    
    PEERDIR(
        yql/essentials/udfs/common/stat/static
    )
    
    END()

RECURSE_FOR_TESTS(
    ut
)