-
Notifications
You must be signed in to change notification settings - Fork 311
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
Implement DESCRIBE TABLE clause #534
Comments
Hi, I was experimenting while exploring the source code and now I have almost complete implementation. |
That's right! Sorry that the document isn't clear. Primary key and tag are the same thing here. And since the |
👍🏼 Thx, I'll try to implement this soon. Could you pls assign this to me? |
What problem does the new feature solve?
Describe the structure of a table, as well as the default values.
What does the feature do?
Support syntax like
It returns a table like this:
Implementation challenges
TableInfo
from corresponding tableTableInfo
and output them.The text was updated successfully, but these errors were encountered: