ya.make 513 B

123456789101112131415161718192021222324252627282930
  1. YQL_UDF_CONTRIB(string_udf)
  2. YQL_ABI_VERSION(
  3. 2
  4. 37
  5. 0
  6. )
  7. SRCS(
  8. string_udf.cpp
  9. )
  10. PEERDIR(
  11. yql/essentials/public/udf/arrow
  12. library/cpp/charset
  13. library/cpp/deprecated/split
  14. library/cpp/html/pcdata
  15. library/cpp/string_utils/base32
  16. library/cpp/string_utils/base64
  17. library/cpp/string_utils/levenshtein_diff
  18. library/cpp/string_utils/quote
  19. )
  20. END()
  21. RECURSE_FOR_TESTS(
  22. test
  23. )