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
I haven't run through how viable these are in combination... but here's some ideas
Scalar::value to be pub(crate), to force users to use BoolScalar::try_from(&scalar) etc.
To either not implement (my preference), or to properly implement, PartialOrd and PartialEq for ScalarValue that ignores the actual int width of PValue.
Scalars to have as_primitive, as_primitive_opt functions to downcast for access.
The text was updated successfully, but these errors were encountered:
I haven't run through how viable these are in combination... but here's some ideas
BoolScalar::try_from(&scalar)
etc.as_primitive
,as_primitive_opt
functions to downcast for access.The text was updated successfully, but these errors were encountered: