mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-08 06:12:55 +00:00
feat: basic implement of matches fn (#4222)
* 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>
This commit is contained in:
@@ -3,6 +3,7 @@ Pn = "Pn"
|
||||
ue = "ue"
|
||||
worl = "worl"
|
||||
ot = "ot"
|
||||
unqualifed = "unqualifed"
|
||||
|
||||
[files]
|
||||
extend-exclude = [
|
||||
|
||||
Reference in New Issue
Block a user