aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common/vector/ya.make
blob: a1403f62a6163fc3e9849f78c1b369cd4ec08bc1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
YQL_UDF_CONTRIB(vector_udf)

YQL_ABI_VERSION(
    2
    35
    0
)

SRCS(
    vector_udf.cpp
)

END()

RECURSE_FOR_TESTS(
    test
)