diff options
| author | robot-piglet <[email protected]> | 2024-11-11 17:05:30 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2024-11-11 17:16:32 +0300 |
| commit | 68e277a9f5cbae857aca28140671860be1012d08 (patch) | |
| tree | a5874327a4c2fac2afd31625c886c158fb0b11c1 /yql/essentials/udfs/common | |
| parent | df1021bc9972f858323018ce5cac0bbccb48c741 (diff) | |
Intermediate changes
commit_hash:b5826cf53cbe98e17103fcd8139fdfd091f5e037
Diffstat (limited to 'yql/essentials/udfs/common')
23 files changed, 23 insertions, 23 deletions
diff --git a/yql/essentials/udfs/common/compress_base/ya.make b/yql/essentials/udfs/common/compress_base/ya.make index afb53c70260..4859a4e53cd 100644 --- a/yql/essentials/udfs/common/compress_base/ya.make +++ b/yql/essentials/udfs/common/compress_base/ya.make @@ -1,4 +1,4 @@ -YQL_UDF(compress_udf) +YQL_UDF_CONTRIB(compress_udf) YQL_ABI_VERSION( 2 diff --git a/yql/essentials/udfs/common/datetime2/ya.make b/yql/essentials/udfs/common/datetime2/ya.make index 4f76f8ccdd7..adf6b754190 100644 --- a/yql/essentials/udfs/common/datetime2/ya.make +++ b/yql/essentials/udfs/common/datetime2/ya.make @@ -1,4 +1,4 @@ -YQL_UDF(datetime2_udf) +YQL_UDF_CONTRIB(datetime2_udf) YQL_ABI_VERSION( 2 40 diff --git a/yql/essentials/udfs/common/digest/ya.make b/yql/essentials/udfs/common/digest/ya.make index 9b749787f16..aa9c164770d 100644 --- a/yql/essentials/udfs/common/digest/ya.make +++ b/yql/essentials/udfs/common/digest/ya.make @@ -1,4 +1,4 @@ -YQL_UDF(digest_udf) +YQL_UDF_CONTRIB(digest_udf) YQL_ABI_VERSION( 2 diff --git a/yql/essentials/udfs/common/file/ya.make b/yql/essentials/udfs/common/file/ya.make index 7b688ac9c7e..250f0722d8e 100644 --- a/yql/essentials/udfs/common/file/ya.make +++ b/yql/essentials/udfs/common/file/ya.make @@ -1,4 +1,4 @@ -YQL_UDF(file_udf) +YQL_UDF_CONTRIB(file_udf) YQL_ABI_VERSION( 2 diff --git a/yql/essentials/udfs/common/histogram/ya.make b/yql/essentials/udfs/common/histogram/ya.make index 1b685530988..51b4a241002 100644 --- a/yql/essentials/udfs/common/histogram/ya.make +++ b/yql/essentials/udfs/common/histogram/ya.make @@ -1,4 +1,4 @@ -YQL_UDF(histogram_udf) +YQL_UDF_CONTRIB(histogram_udf) YQL_ABI_VERSION( 2 diff --git a/yql/essentials/udfs/common/hyperloglog/ya.make b/yql/essentials/udfs/common/hyperloglog/ya.make index 1b2c435c516..2becaf7388d 100644 --- a/yql/essentials/udfs/common/hyperloglog/ya.make +++ b/yql/essentials/udfs/common/hyperloglog/ya.make @@ -1,4 +1,4 @@ -YQL_UDF(hyperloglog_udf) +YQL_UDF_CONTRIB(hyperloglog_udf) YQL_ABI_VERSION( 2 diff --git a/yql/essentials/udfs/common/hyperscan/ya.make b/yql/essentials/udfs/common/hyperscan/ya.make index 4f978577be4..9217280ba76 100644 --- a/yql/essentials/udfs/common/hyperscan/ya.make +++ b/yql/essentials/udfs/common/hyperscan/ya.make @@ -6,7 +6,7 @@ NO_BUILD_IF(DISABLE_HYPERSCAN_BUILD) -YQL_UDF(hyperscan_udf) +YQL_UDF_CONTRIB(hyperscan_udf) YQL_ABI_VERSION( 2 diff --git a/yql/essentials/udfs/common/ip_base/ya.make b/yql/essentials/udfs/common/ip_base/ya.make index c8ade057bc6..0e5537607a2 100644 --- a/yql/essentials/udfs/common/ip_base/ya.make +++ b/yql/essentials/udfs/common/ip_base/ya.make @@ -1,4 +1,4 @@ -YQL_UDF(ip_udf) +YQL_UDF_CONTRIB(ip_udf) YQL_ABI_VERSION( 2 diff --git a/yql/essentials/udfs/common/json/ya.make b/yql/essentials/udfs/common/json/ya.make index a3e93aaea52..2b2df2dd9a1 100644 --- a/yql/essentials/udfs/common/json/ya.make +++ b/yql/essentials/udfs/common/json/ya.make @@ -1,4 +1,4 @@ -YQL_UDF(json_udf) +YQL_UDF_CONTRIB(json_udf) YQL_ABI_VERSION( 2 diff --git a/yql/essentials/udfs/common/json2/ya.make b/yql/essentials/udfs/common/json2/ya.make index dd53278af5a..52289125941 100644 --- a/yql/essentials/udfs/common/json2/ya.make +++ b/yql/essentials/udfs/common/json2/ya.make @@ -1,4 +1,4 @@ -YQL_UDF(json2_udf) +YQL_UDF_CONTRIB(json2_udf) YQL_ABI_VERSION( 2 diff --git a/yql/essentials/udfs/common/math/ya.make b/yql/essentials/udfs/common/math/ya.make index 0c3868e1ad4..4c0909d2393 100644 --- a/yql/essentials/udfs/common/math/ya.make +++ b/yql/essentials/udfs/common/math/ya.make @@ -1,4 +1,4 @@ -YQL_UDF(math_udf) +YQL_UDF_CONTRIB(math_udf) YQL_ABI_VERSION( 2 diff --git a/yql/essentials/udfs/common/pire/ya.make b/yql/essentials/udfs/common/pire/ya.make index c0dbe9d8919..414b973aa62 100644 --- a/yql/essentials/udfs/common/pire/ya.make +++ b/yql/essentials/udfs/common/pire/ya.make @@ -1,4 +1,4 @@ -YQL_UDF(pire_udf) +YQL_UDF_CONTRIB(pire_udf) YQL_ABI_VERSION( 2 diff --git a/yql/essentials/udfs/common/protobuf/ya.make b/yql/essentials/udfs/common/protobuf/ya.make index 60b86d77d5f..714ad77137f 100644 --- a/yql/essentials/udfs/common/protobuf/ya.make +++ b/yql/essentials/udfs/common/protobuf/ya.make @@ -1,4 +1,4 @@ -YQL_UDF(protobuf_udf) +YQL_UDF_CONTRIB(protobuf_udf) YQL_ABI_VERSION( 2 diff --git a/yql/essentials/udfs/common/re2/ya.make b/yql/essentials/udfs/common/re2/ya.make index 001a708327e..7e554133486 100644 --- a/yql/essentials/udfs/common/re2/ya.make +++ b/yql/essentials/udfs/common/re2/ya.make @@ -1,4 +1,4 @@ -YQL_UDF(re2_udf) +YQL_UDF_CONTRIB(re2_udf) YQL_ABI_VERSION( 2 diff --git a/yql/essentials/udfs/common/set/ya.make b/yql/essentials/udfs/common/set/ya.make index bf2040b1dc4..9c235a3084a 100644 --- a/yql/essentials/udfs/common/set/ya.make +++ b/yql/essentials/udfs/common/set/ya.make @@ -1,4 +1,4 @@ -YQL_UDF(set_udf) +YQL_UDF_CONTRIB(set_udf) YQL_ABI_VERSION( 2 diff --git a/yql/essentials/udfs/common/stat/ya.make b/yql/essentials/udfs/common/stat/ya.make index 9aa5bc3bec7..aee1fe43622 100644 --- a/yql/essentials/udfs/common/stat/ya.make +++ b/yql/essentials/udfs/common/stat/ya.make @@ -1,4 +1,4 @@ -YQL_UDF(stat_udf) +YQL_UDF_CONTRIB(stat_udf) YQL_ABI_VERSION( 2 diff --git a/yql/essentials/udfs/common/streaming/ya.make b/yql/essentials/udfs/common/streaming/ya.make index b87287e62b4..9b080a7f86f 100644 --- a/yql/essentials/udfs/common/streaming/ya.make +++ b/yql/essentials/udfs/common/streaming/ya.make @@ -1,4 +1,4 @@ -YQL_UDF(streaming_udf) +YQL_UDF_CONTRIB(streaming_udf) YQL_ABI_VERSION( 2 diff --git a/yql/essentials/udfs/common/string/ya.make b/yql/essentials/udfs/common/string/ya.make index 11487b3609b..80d2270b323 100644 --- a/yql/essentials/udfs/common/string/ya.make +++ b/yql/essentials/udfs/common/string/ya.make @@ -1,4 +1,4 @@ -YQL_UDF(string_udf) +YQL_UDF_CONTRIB(string_udf) YQL_ABI_VERSION( 2 diff --git a/yql/essentials/udfs/common/top/ya.make b/yql/essentials/udfs/common/top/ya.make index 6c3cbef4a03..4a8cdf859e3 100644 --- a/yql/essentials/udfs/common/top/ya.make +++ b/yql/essentials/udfs/common/top/ya.make @@ -1,4 +1,4 @@ -YQL_UDF(top_udf) +YQL_UDF_CONTRIB(top_udf) YQL_ABI_VERSION( 2 diff --git a/yql/essentials/udfs/common/topfreq/ya.make b/yql/essentials/udfs/common/topfreq/ya.make index 94cc834ea95..ded936ca260 100644 --- a/yql/essentials/udfs/common/topfreq/ya.make +++ b/yql/essentials/udfs/common/topfreq/ya.make @@ -1,4 +1,4 @@ -YQL_UDF(topfreq_udf) +YQL_UDF_CONTRIB(topfreq_udf) YQL_ABI_VERSION( 2 diff --git a/yql/essentials/udfs/common/unicode_base/ya.make b/yql/essentials/udfs/common/unicode_base/ya.make index 15c2288ca7d..53a8f3af45b 100644 --- a/yql/essentials/udfs/common/unicode_base/ya.make +++ b/yql/essentials/udfs/common/unicode_base/ya.make @@ -1,4 +1,4 @@ -YQL_UDF(unicode_udf) +YQL_UDF_CONTRIB(unicode_udf) YQL_ABI_VERSION( 2 diff --git a/yql/essentials/udfs/common/url_base/ya.make b/yql/essentials/udfs/common/url_base/ya.make index 89e15dbe328..a251b5cf0d2 100644 --- a/yql/essentials/udfs/common/url_base/ya.make +++ b/yql/essentials/udfs/common/url_base/ya.make @@ -1,4 +1,4 @@ -YQL_UDF(url_udf) +YQL_UDF_CONTRIB(url_udf) YQL_ABI_VERSION( 2 diff --git a/yql/essentials/udfs/common/yson2/ya.make b/yql/essentials/udfs/common/yson2/ya.make index dc5150ad41f..36867223141 100644 --- a/yql/essentials/udfs/common/yson2/ya.make +++ b/yql/essentials/udfs/common/yson2/ya.make @@ -1,4 +1,4 @@ -YQL_UDF(yson2_udf) +YQL_UDF_CONTRIB(yson2_udf) YQL_ABI_VERSION( 2 |
