deephaven / deephaven-docs-community

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

Fix inconsistencies in aggregations and query library functions. #206

Closed deephaven-internal closed 3 months ago

deephaven-internal commented 5 months ago

This issue was auto-generated

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

Original PR Body

Aggregation operations in query library functions and built-in query aggregations are inconsistent. This PR makes them consistent. Query library functions were changed.

Note: Because the types have changed, the NULL return values have changed as well.

Resolves #4023

margaretkennedy commented 4 months ago

https://github.com/deephaven/deephaven-docs-community/issues/207