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
Are you referring to making it possible to add a number and a bigint together? Or are you talking about creating a way to sum an array containing only bigints?
Are you referring to making it possible to add a number and a bigint together? Or are you talking about creating a way to sum an array containing only bigints?
Currently, sum() only accepts number array. Sum with bigint array will throw type error
The text was updated successfully, but these errors were encountered: