aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchertus <azuikov@ydb.tech>2023-03-21 20:37:53 +0300
committerchertus <azuikov@ydb.tech>2023-03-21 20:37:53 +0300
commitf0bab78c80bc91f5c24a4d9492be7c14f42d8bd5 (patch)
treee45b76c57376b52efd8fa47c3df8daa84cfc5eb2
parentcdb3481be6de1453d39b40b81397461e4638fa82 (diff)
downloadydb-f0bab78c80bc91f5c24a4d9492be7c14f42d8bd5.tar.gz
test re2 version of substring
-rw-r--r--ydb/core/formats/program.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/formats/program.cpp b/ydb/core/formats/program.cpp
index 420955a610..4af17de077 100644
--- a/ydb/core/formats/program.cpp
+++ b/ydb/core/formats/program.cpp
@@ -122,7 +122,7 @@ const char * GetFunctionName(EOperation op) {
case EOperation::BinaryLength:
return "binary_length";
case EOperation::MatchSubstring:
- return "match_substring";
+ return "match_substring_regex";
case EOperation::MatchLike:
return "match_like";
case EOperation::StartsWith: