aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/examples/dicts/ya.make
blob: b6c98aa164ee66f13f89da87ba1929f177c9b621 (plain) (blame)
1
2
3
4
5
6
7
8
YQL_UDF(dicts_udf)
YQL_ABI_VERSION(2 9 0)

SRCS(
    dicts_udf.cpp
)

END()