You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tell us about your request. Provide a summary of the request.
The page https://opensearch.org/docs/latest/search-plugins/sql/functions/ has a list of "common functions shared across the SQL and PPL languages". But in fact some of these are not available in PPL, for example: add, divide, expm1, modulus, etc. I don't know if any aren't supported in SQL. It would be good to annotate the list to show which are available in SQL and which in PPL.
Also, the "Example" column shows all the functions called with "SELECT", which only applies to SQL. I suggest removing the "SELECT" keyword.
*Version: List the OpenSearch version to which this issue applies, e.g. 2.14, 2.12--2.14, or all.
2.15
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
The text was updated successfully, but these errors were encountered:
What do you want to do?
Tell us about your request. Provide a summary of the request.
The page https://opensearch.org/docs/latest/search-plugins/sql/functions/ has a list of "common functions shared across the SQL and PPL languages". But in fact some of these are not available in PPL, for example: add, divide, expm1, modulus, etc. I don't know if any aren't supported in SQL. It would be good to annotate the list to show which are available in SQL and which in PPL.
Also, the "Example" column shows all the functions called with "SELECT", which only applies to SQL. I suggest removing the "SELECT" keyword.
*Version: List the OpenSearch version to which this issue applies, e.g. 2.14, 2.12--2.14, or all.
2.15
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
The text was updated successfully, but these errors were encountered: