ClickHouse/src/Functions/checkHyperscanRegexp.h

11 lines
214 B
C++
Raw Normal View History

#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);
}