Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

regexp_dict_* 会话设置

这些设置可在 system.settings 中找到,并由 源代码 自动生成。

regexp_dict_allow_hyperscan

类型
Bool
默认值
1

允许 regexp_tree 字典使用 Hyperscan 库。

regexp_dict_flag_case_insensitive

类型
Bool
默认值
0

对 regexp_tree 字典使用不区分大小写的匹配。可在单个表达式中使用 (?i) 和 (?-i) 覆盖此设置。

regexp_dict_flag_dotall

类型
Bool
默认值
0

允许在 regexp_tree 字典中让 '.' 匹配换行符。

Navigation