-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Add function variantType #59398
Add function variantType #59398
Conversation
This is an automated comment for commit bd3bb05 with description of existing statuses. It's updated for the latest CI running ❌ Click here to open a full report in a separate page Successful checks
|
It is unlikely, to have single variant type with more than 127-128 types in it? |
We support maximum 255 Variants, in Enum all variants with indexex 127+ will be negative (128 -> -128, 129 -> -127, ..., 255 (NULL index) -> -1). |
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Add function variantType that returns Enum with variant type name for each row.
Documentation entry for user-facing changes
Example: