-
Notifications
You must be signed in to change notification settings - Fork 332
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
feat: impl __field__
special matcher to project value columns
#1320
Conversation
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Codecov Report
@@ Coverage Diff @@
## develop #1320 +/- ##
===========================================
- Coverage 85.82% 85.43% -0.40%
===========================================
Files 504 505 +1
Lines 76288 76687 +399
===========================================
+ Hits 65473 65515 +42
- Misses 10815 11172 +357 |
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
__value__
special matcher to project value columns__field__
special matcher to project value columns
@waynexia The PR content must be edited too. The |
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…timeTeam#1320) * plan new come functions Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * implement __value__ matcher Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * fix typo Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * change __value__ to __field__ Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * add bad-case tests Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * rename variables Signed-off-by: Ruihang Xia <waynestxia@gmail.com> --------- Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
I hereby agree to the terms of the GreptimeDB CLA
What's changed and what's your intention?
Implement
__field__
special matcher. It can do projection on value columns under multi-value model. E.g.:Checklist
Refer to a related PR or issue link (optional)