deephaven / deephaven-docs-community

Source code for Community docs on the deephaven.io website.
Apache License 2.0
0 stars 5 forks source link

Make Numeric.sum return null when there are no inputs or all null inputs #207

Closed deephaven-internal closed 3 weeks ago

deephaven-internal commented 2 months ago

This issue was auto-generated

PR: https://github.com/deephaven/deephaven-core/pull/5461 Author: chipkent

Original PR Body

Make Numeric.sum return null when there are no inputs or all null inputs. This makes the method consistent with the aggregations.

jjbrosnan commented 3 weeks ago

This ticket should require zero docs work. We don't document this anywhere, and it's just a fix, not an actual change to the API.