You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: