Skip to content
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

Document upperXYZ functions. #2033

Closed
2 tasks
johnnymatthews opened this issue Feb 11, 2024 · 1 comment · Fixed by ClickHouse/ClickHouse#62472
Closed
2 tasks

Document upperXYZ functions. #2033

johnnymatthews opened this issue Feb 11, 2024 · 1 comment · Fixed by ClickHouse/ClickHouse#62472
Assignees
Labels
functions-project Issues specific to the functions documentation project

Comments

@johnnymatthews
Copy link
Contributor

Create documentation for the upperXYZ function. See #1833 for details on how to complete this issue.

  • upper
  • upperUTF8

Child issue of #1833.

@johnnymatthews johnnymatthews added the functions-project Issues specific to the functions documentation project label Feb 11, 2024
@vdimir
Copy link
Member

vdimir commented Mar 1, 2024

Converts string to UPPER-CASE

Note from the code:

/** If the string contains UTF-8 encoded text, convert it to the lower (upper) case.
  * Note: It is assumed that after the character is converted to another case,
  *  the length of its multibyte sequence in UTF-8 does not change.
  * Otherwise, the behavior is undefined.
  * ```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
functions-project Issues specific to the functions documentation project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants