-
Notifications
You must be signed in to change notification settings - Fork 326
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 show index and show columns #3577
feat: impl show index and show columns #3577
Conversation
1b3ee8e
to
5e6a6c6
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3577 +/- ##
==========================================
- Coverage 85.34% 84.88% -0.46%
==========================================
Files 931 931
Lines 154619 155023 +404
==========================================
- Hits 131956 131593 -363
- Misses 22663 23430 +767 |
@waynexia @Taylor-lagrange @tisonkun Help to take a look, thank you. |
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.
Generally look good.
I hereby agree to the terms of the GreptimeDB CLA.
Refer to a related PR or issue link (optional)
#3354
What's changed and what's your intention?
Impl
SHOW COLUMNS FROM [tbl]
andSHOW INDEX FROM [tbl]
.For example:
Checklist