-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Feature:ES|QLES|QL related features in KibanaES|QL related features in KibanaTeam:ESQLES|QL related features in Kibana t//ES|QL related features in Kibana t//enhancementNew value added to drive a business resultNew value added to drive a business resultimpact:mediumAddressing this issue will have a medium level of impact on the quality/strength of our product.Addressing this issue will have a medium level of impact on the quality/strength of our product.
Description
Describe the feature:
The case function signature is a bit of an exception as it has a true polymorphic structure poorly described in the current form:
- it requires at least 3 arguments, first of type
boolean, the other 2 of any type - if the 3rd argument is boolean, it can have further 2 args of any type
- for any 2 * N + 1th argument it applies the same concept as the previous step
- basically if the
elsearg is a boolean the signature can be extended by other 2 args at the time.
- basically if the
Describe a specific use case for the feature:
This signature logic needs to be defined in a serializable way and made it clear via the signature description, validation, autocomplete, etc...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Feature:ES|QLES|QL related features in KibanaES|QL related features in KibanaTeam:ESQLES|QL related features in Kibana t//ES|QL related features in Kibana t//enhancementNew value added to drive a business resultNew value added to drive a business resultimpact:mediumAddressing this issue will have a medium level of impact on the quality/strength of our product.Addressing this issue will have a medium level of impact on the quality/strength of our product.