-
Notifications
You must be signed in to change notification settings - Fork 5k
func/regexp_extract: new scalar func and test cases #35191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
stephenkgu
wants to merge
50
commits into
3.0
Choose a base branch
from
fix/6968250338
base: 3.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
3b37e33
func/regexp_extract: new scalar func and test cases
stephenkgu 6d2e73a
fix ai review issues
stephenkgu 6548192
fix c null-terminated string's mem manipulation
stephenkgu d770e45
Update source/libs/scalar/src/sclfunc.c
stephenkgu dc985ca
Update source/libs/scalar/src/sclfunc.c
stephenkgu c4a5619
Update source/libs/function/src/builtins.c
stephenkgu 6a151e2
Apply suggestions from copilot code review
stephenkgu c7a78f4
fix group idx range checking with prepared statements
stephenkgu a41023d
manage mem buffer outside of loop
stephenkgu b384578
use int64_t to validate group index arg instead of int32_t for potent…
stephenkgu 20f4090
Merge branch '3.0' into fix/6968250338
stephenkgu 3505a52
fix(ext-win): fix external window compilation
stephenkgu 40293fd
Merge branch 'fix/ext-win-compile' into fix/6968250338
stephenkgu a0f68be
Merge branch '3.0' into fix/6968250338
stephenkgu f40ccdd
Update source/libs/executor/src/externalwindowoperator.c
stephenkgu 3213b43
Update source/libs/scalar/src/sclfunc.c
stephenkgu 9e090be
Update source/libs/scalar/src/sclfunc.c
stephenkgu 6bdc547
Update test/cases/11-Functions/01-Scalar/test_fun_sca_regexp_extract.py
stephenkgu b11c324
use cleanup block instead of direct return
stephenkgu d56a93e
use header extra buffer even though its length contains header already
stephenkgu 5878f49
Update source/libs/function/src/builtins.c
stephenkgu a7b7194
use macro for maximum of group index instead of hard-coded
stephenkgu 99b7b3a
Merge branch 'fix/6968250338' of https://github.com/taosdata/TDengine…
stephenkgu 872601f
Update test/cases/11-Functions/01-Scalar/test_fun_sca_regexp_extract.py
stephenkgu 0189d82
Update source/libs/function/src/builtins.c
stephenkgu 37f599a
en & zh doc for this func
stephenkgu 9cf7858
Merge branch 'fix/6968250338' of https://github.com/taosdata/TDengine…
stephenkgu 640f580
Update source/libs/function/src/builtins.c
stephenkgu 38ac272
Merge branch 'fix/6968250338' of https://github.com/taosdata/TDengine…
stephenkgu 816ccb5
fix undefined behavior with reg lib
stephenkgu 984b053
move character converting buffer out of loop to dismiss allocating ea…
stephenkgu ceeb5cb
copy result data to dismiss dangling pointers
stephenkgu 21e6d42
revert set data value with true, the 4th args is isNull, not isCopy
stephenkgu 7a86c29
fix zh, en doc examples and validate with test cases
stephenkgu 9ccae40
Update source/libs/function/src/builtins.c
stephenkgu 7c471c3
pre-formats error message to fix compilation
stephenkgu 5670d20
remove inaccurate comments
stephenkgu 388cfe0
Update docs/zh/14-reference/03-taos-sql/22-function.md
stephenkgu 7203c84
Update docs/en/14-reference/03-taos-sql/22-function.md
stephenkgu 068a98c
Update source/libs/scalar/src/sclfunc.c
stephenkgu 9652c1e
new test case for big group index
stephenkgu 4e13f1d
new test case for null pattern
stephenkgu 7b2b79d
Update source/libs/scalar/src/sclfunc.c
stephenkgu 663e85b
Update docs/en/14-reference/03-taos-sql/22-function.md
stephenkgu d0728c9
Update docs/zh/14-reference/03-taos-sql/22-function.md
stephenkgu be87866
Update test/cases/11-Functions/01-Scalar/test_fun_sca_regexp_extract.py
stephenkgu 193997a
Update source/libs/function/src/builtins.c
stephenkgu b34c9a1
Update test/cases/11-Functions/01-Scalar/test_fun_sca_regexp_extract.py
stephenkgu 6e4743f
log reg exec error message to make production debugging actionalbe
stephenkgu d8b04ac
fix terrno
stephenkgu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.