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
It's currently unclear if the big numeric types (bigdec, bigint, etc) should supported as domain or range values. My recent commit 555a6a9 doesn't support these types.
At some point it should be decided to either support these types in the core wadogo.scale functions, and if so test them. Otherwise make it clear they are unsupported.
It's worth considering if there are valid cases to scale big numbers. There also may be a performance impact to support them.
The text was updated successfully, but these errors were encountered:
It's currently unclear if the big numeric types (bigdec, bigint, etc) should supported as domain or range values. My recent commit 555a6a9 doesn't support these types.
At some point it should be decided to either support these types in the core
wadogo.scale
functions, and if so test them. Otherwise make it clear they are unsupported.It's worth considering if there are valid cases to scale big numbers. There also may be a performance impact to support them.
The text was updated successfully, but these errors were encountered: