blob: 80d2270b323cf8c9a0c6840c7c26d0eacda4482c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
YQL_UDF_CONTRIB(string_udf)
YQL_ABI_VERSION(
2
37
0
)
SRCS(
string_udf.cpp
)
PEERDIR(
yql/essentials/public/udf/arrow
library/cpp/charset
library/cpp/deprecated/split
library/cpp/html/pcdata
library/cpp/string_utils/base32
library/cpp/string_utils/base64
library/cpp/string_utils/levenshtein_diff
library/cpp/string_utils/quote
)
END()
RECURSE_FOR_TESTS(
test
)
|