mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-11 17:02:25 +00:00
11 lines
195 B
C++
11 lines
195 B
C++
#pragma once
|
|
|
|
#include <base/StringRef.h>
|
|
|
|
namespace DB
|
|
{
|
|
|
|
void checkRegexp(const std::vector<StringRef> & refs, size_t max_hyperscan_regexp_length, size_t max_hyperscan_regexp_total_length);
|
|
|
|
}
|