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
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Issue #128
Description of changes:
Added 2 new functions LOWER and UPPER that receive field name as a first parameter and, potentially, locale
Changed identifier generation strategy to id per function name instead of global id
Implement support for case-changing functions
As per #123, there is no support for case change functions in SQL.
Implement custom script functions that will do that (SQLFunctions.java)
Reference
https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-functions-string.html#sql-functions-string-lcase
https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-functions-string.html#sql-functions-string-ucase
The text was updated successfully, but these errors were encountered: