Skip to content

builtins: add num_nulls, num_nonnulls builtins#51515

Merged
craig[bot] merged 1 commit intocockroachdb:masterfrom
jordanlewis:num_nulls
Jul 16, 2020
Merged

builtins: add num_nulls, num_nonnulls builtins#51515
craig[bot] merged 1 commit intocockroachdb:masterfrom
jordanlewis:num_nulls

Conversation

@jordanlewis
Copy link
Copy Markdown
Member

@jordanlewis jordanlewis commented Jul 16, 2020

Fixes #51507.

Release note (sql change): added the num_nulls and num_nonnulls builtin
functions, which count the number of arguments that are passed to it
which are NULL or non-NULL respectively.

@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

@jordanlewis
Copy link
Copy Markdown
Member Author

(this was for the contributors webinar - I'm going to also add the num_nonnulls builtin in a sec)

@jordanlewis jordanlewis changed the title builtins: add num_nulls builtin function builtins: add num_nulls, num_nonnulls builtins Jul 16, 2020
@jordanlewis jordanlewis requested a review from a team July 16, 2020 18:18
Release note (sql change): added the num_nulls and num_nonnulls builtin
functions, which count the number of arguments that are passed to it
which are NULL or non-NULL respectively.
@jordanlewis
Copy link
Copy Markdown
Member Author

bors r+

@craig
Copy link
Copy Markdown
Contributor

craig bot commented Jul 16, 2020

Build succeeded

@craig craig bot merged commit dc736e8 into cockroachdb:master Jul 16, 2020
@jordanlewis jordanlewis deleted the num_nulls branch July 19, 2020 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

sql: support num_nulls and num_nonnulls builtins

4 participants