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

isnan need to be supported #19513

Closed
wangsimo0 opened this issue Mar 14, 2023 · 5 comments
Closed

isnan need to be supported #19513

wangsimo0 opened this issue Mar 14, 2023 · 5 comments

Comments

@wangsimo0
Copy link
Contributor

Feature request

for double data type, it will be better to have a function isnan.

description

Tests whether a value is equal to the special value "NaN", signifying "not a number".

syntax

isnan(exp)

in which, exp represents an expression that evaluates to a numeric, and returns a boolean.

examples

SELECT isnan(cast('NaN' as double)); 
true
SELECT isnan(10); 
false
@wangsimo0 wangsimo0 changed the title isnan/isnull need to be supported isnan need to be supported Mar 14, 2023
@kateshaowanjou
Copy link
Contributor

@Tianpingan Can you leave a comment here so I can assign this one to you? :)

@Tianpingan
Copy link

here

@Tianpingan
Copy link

@Tianpingan Can you leave a comment here so I can assign this one to you? :)

here~

@wangsimo0 wangsimo0 added the good first issue Good for newcomers label May 12, 2023
@xuzifu666
Copy link
Contributor

@wangsimo0 hi,can assign this issue to me?

Copy link

github-actions bot commented Dec 4, 2023

We have marked this issue as stale because it has been inactive for 6 months. If this issue is still relevant, removing the stale label or adding a comment will keep it active. Otherwise, we'll close it in 10 days to keep the issue queue tidy. Thank you for your contribution to StarRocks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants