mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 11:02:08 +00:00
e5c74a14f7
- rename utility function and file to "checkHyperscanRegexp"
11 lines
214 B
C++
11 lines
214 B
C++
#pragma once
|
|
|
|
#include <base/StringRef.h>
|
|
|
|
namespace DB
|
|
{
|
|
|
|
void checkHyperscanRegexp(const std::vector<std::string_view> & regexps, size_t max_hyperscan_regexp_length, size_t max_hyperscan_regexp_total_length);
|
|
|
|
}
|