1234567891011121314151617181920212223 |
- LIBRARY()
- YQL_ABI_VERSION(
- 2
- 37
- 0
- )
- SRCS(
- unicode_base_udf.cpp
- )
- PEERDIR(
- library/cpp/deprecated/split
- library/cpp/string_utils/levenshtein_diff
- library/cpp/unicode/normalization
- library/cpp/unicode/set
- yql/essentials/public/udf
- yql/essentials/public/udf/arrow
- yql/essentials/utils
- )
- END()
|