aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/examples/structs/ya.make
blob: 2339cf0b272ac77c2cc15923c0e1a77ddf34312d (plain) (blame)
1
2
3
4
5
6
7
8
YQL_UDF_CONTRIB(structs_udf)
YQL_ABI_VERSION(2 9 0)

SRCS(
    structs_udf.cpp
)

END()