diff options
author | chertus <azuikov@ydb.tech> | 2023-03-21 20:37:53 +0300 |
---|---|---|
committer | chertus <azuikov@ydb.tech> | 2023-03-21 20:37:53 +0300 |
commit | f0bab78c80bc91f5c24a4d9492be7c14f42d8bd5 (patch) | |
tree | e45b76c57376b52efd8fa47c3df8daa84cfc5eb2 | |
parent | cdb3481be6de1453d39b40b81397461e4638fa82 (diff) | |
download | ydb-f0bab78c80bc91f5c24a4d9492be7c14f42d8bd5.tar.gz |
test re2 version of substring
-rw-r--r-- | ydb/core/formats/program.cpp | 2 |
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: |