greptimedb
greptimedb copied to clipboard
feat: Alter column fulltext option
I hereby agree to the terms of the GreptimeDB CLA.
Refer to a related PR or issue link (optional)
closes: #4395
What's changed and what's your intention?
Supports alter column options like:
ALTER TABLE monitor SET COLUMN load_15 fulltext WITH(analyzer = 'Chinese', case_sensitive = 'false');
Checklist
- [ ] I have written the necessary rustdoc comments.
- [ ] I have added the necessary unit tests and integration tests.
- [ ] This PR requires documentation updates.