mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Update docs/en/sql-reference/dictionaries/index.md
Co-authored-by: Sergei Trifonov <svtrifonov@gmail.com>
This commit is contained in:
parent
29aa960377
commit
e4e473ef30
@ -2199,7 +2199,7 @@ Result:
|
||||
|
||||
## RegExpTree Dictionary {#regexp-tree-dictionary}
|
||||
|
||||
RegExpTree Dictionary is designed to store multiple regular expressions in a dictionary, and query if a string could match one or multiple regular expressions. In some senarioes, for example, User Agent Parser, this data structure is very useful. We can use it in both local and cloud environment.
|
||||
RegExpTree Dictionary is designed to store multiple regular expressions in a dictionary, and query if a string could match one or multiple regular expressions. In some scenarios, for example, User Agent Parser, this data structure is very useful. We can use it in both local and cloud environments.
|
||||
|
||||
### Use RegExpTree Dictionary in local environment
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user