mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-04 12:22:55 +00:00
* basic impl Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * handle error Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * Update src/common/function/src/scalars/matches.rs Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update src/common/function/src/scalars/matches.rs Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * revert typo fix Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * ignore typo unqualifed Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * enhance grammar restrictions Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * Apply suggestions from code review Co-authored-by: Yingwen <realevenyag@gmail.com> * todo about tokenizer Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * reverse order Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * rewrite escape_pattern Signed-off-by: Ruihang Xia <waynestxia@gmail.com> --------- Signed-off-by: Ruihang Xia <waynestxia@gmail.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Yingwen <realevenyag@gmail.com>
15 lines
207 B
TOML
15 lines
207 B
TOML
[default.extend-words]
|
|
Pn = "Pn"
|
|
ue = "ue"
|
|
worl = "worl"
|
|
ot = "ot"
|
|
unqualifed = "unqualifed"
|
|
|
|
[files]
|
|
extend-exclude = [
|
|
"corrupted",
|
|
"tests-fuzz/src/data/lorem_words",
|
|
"*.sql",
|
|
"*.result"
|
|
]
|