Skip to content

Add return type in LISTAGG documentation#10429

Merged
electrum merged 1 commit intotrinodb:masterfrom
OneRaynyDay:master
Dec 29, 2021
Merged

Add return type in LISTAGG documentation#10429
electrum merged 1 commit intotrinodb:masterfrom
OneRaynyDay:master

Conversation

@OneRaynyDay
Copy link
Copy Markdown
Member

trino> SELECT TYPEOF(listagg(value, ',') WITHIN GROUP (ORDER BY value)) listagg_type
    -> FROM (VALUES 'a', 'c', 'b') t(value);
 listagg_type
--------------
 varchar
(1 row)

@cla-bot
Copy link
Copy Markdown

cla-bot bot commented Dec 28, 2021

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Ray Zhang.
This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email email@example.com
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails

@findinpath
Copy link
Copy Markdown
Contributor

findinpath commented Dec 29, 2021

@OneRaynyDay thank you for the contribution.

Please do take the time to squash the commits into one and use a meaningful commit message:

Add return type in LISTAGG documentation

@OneRaynyDay
Copy link
Copy Markdown
Member Author

Done, thanks!

@electrum electrum merged commit 52e547b into trinodb:master Dec 29, 2021
@electrum
Copy link
Copy Markdown
Member

Thanks!

@github-actions github-actions bot added this to the 368 milestone Dec 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

4 participants