aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/examples/tagged/ya.make
blob: 2afb4f4d42eb79cbf6ff6571f169de2f9b0fb9ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
YQL_UDF_CONTRIB(tagged_udf)
YQL_ABI_VERSION(2 21 0)

SRCS(
    tagged_udf.cpp
)

END()

RECURSE_FOR_TESTS(
    test
)