Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TableAPI: Aggregation coverage #1617

Closed
14 tasks done
devinrsmith opened this issue Dec 1, 2021 · 1 comment · Fixed by #1648
Closed
14 tasks done

TableAPI: Aggregation coverage #1617

devinrsmith opened this issue Dec 1, 2021 · 1 comment · Fixed by #1648
Assignees
Labels
feature request New feature or request table api
Milestone

Comments

@devinrsmith
Copy link
Member

devinrsmith commented Dec 1, 2021

Add missing aggBy methods to TableOperations.

  • selectDistinct
  • countBy
  • sumBy
  • avgBy
  • absSumBy
  • wavgBy
  • wsumBy
  • stdBy
  • varBy
  • lastBy
  • firstBy
  • minBy
  • maxBy
  • medianBy
@devinrsmith devinrsmith added feature request New feature or request table api labels Dec 1, 2021
@devinrsmith devinrsmith self-assigned this Dec 1, 2021
@devinrsmith
Copy link
Member Author

Related to #991

devinrsmith added a commit to devinrsmith/deephaven-core that referenced this issue Dec 1, 2021
@devinrsmith devinrsmith added this to the Dec 2021 milestone Dec 3, 2021
devinrsmith added a commit to devinrsmith/deephaven-core that referenced this issue Dec 3, 2021
devinrsmith added a commit that referenced this issue Dec 6, 2021
Add AggSpecFormula, fix the table to use for aggAllBy

Partial #1617
devinrsmith added a commit to devinrsmith/deephaven-core that referenced this issue Dec 6, 2021
@devinrsmith devinrsmith linked a pull request Dec 6, 2021 that will close this issue
devinrsmith added a commit that referenced this issue Dec 6, 2021
mofojed pushed a commit that referenced this issue Nov 3, 2023
Release notes https://github.com/deephaven/web-client-ui/releases/tag/v0.53.0

# [0.53.0](deephaven/web-client-ui@v0.52.0...v0.53.0) (2023-11-03)


### Bug Fixes

* DH-15864: Scroll position StuckToBottom shouldn't trigger sharing dot ([#1617](deephaven/web-client-ui#1617)) ([3d4499b](deephaven/web-client-ui@3d4499b))
* Panel focus throwing an exception ([#1609](deephaven/web-client-ui#1609)) ([9e8b7ae](deephaven/web-client-ui@9e8b7ae))
* Plugins were re-registering on every re-render ([#1613](deephaven/web-client-ui#1613)) ([5977389](deephaven/web-client-ui@5977389))


### Features

* Add support for multi-partition parquet:kv tables ([#1580](deephaven/web-client-ui#1580)) ([d92c91e](deephaven/web-client-ui@d92c91e)), closes [#1143](deephaven/web-client-ui#1143) [#1438](deephaven/web-client-ui#1438)
* Babel Plugin - Mock css imports ([#1607](deephaven/web-client-ui#1607)) ([787c542](deephaven/web-client-ui@787c542)), closes [#1606](deephaven/web-client-ui#1606)
* Convert DashboardPlugins to WidgetPlugins ([#1598](deephaven/web-client-ui#1598)) ([a260842](deephaven/web-client-ui@a260842)), closes [#1573](deephaven/web-client-ui#1573)


### Reverts

* "fix: stuck to bottom on filter clear" ([#1616](deephaven/web-client-ui#1616)) ([806a6b6](deephaven/web-client-ui@806a6b6)), closes [deephaven/web-client-ui#1579](deephaven/web-client-ui#1579) [#1615](deephaven/web-client-ui#1615)

Co-authored-by: deephaven-internal <deephaven-internal@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request table api
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant