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

Optional int value #423

Open
JonasKellerer opened this issue May 15, 2024 · 0 comments
Open

Optional int value #423

JonasKellerer opened this issue May 15, 2024 · 0 comments
Labels
LAPIS Tasks/PR related to LAPIS

Comments

@JonasKellerer
Copy link
Contributor

In #384 we introduced an optional_bool type. This is used to filter for null values. Currently, to represent null values for ints the INT32_min is used. This should not be the case, so users can also use this value.

Think of a way to have a similar type for ints as for booleans. A similar thing needs to be done for float values.

@JonasKellerer JonasKellerer added the LAPIS Tasks/PR related to LAPIS label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LAPIS Tasks/PR related to LAPIS
Projects
None yet
Development

No branches or pull requests

1 participant