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

Support data aggregation transforms #7

Open
3 of 15 tasks
techniq opened this issue Jul 6, 2017 · 0 comments
Open
3 of 15 tasks

Support data aggregation transforms #7

techniq opened this issue Jul 6, 2017 · 0 comments

Comments

@techniq
Copy link
Owner

techniq commented Jul 6, 2017

Support all transforms defined within spec

  • aggregate
  • topcount
  • topsum
  • toppercent
  • bottomcount
  • bottomsum
  • bottompercent
  • identity
  • concat
  • groupby
  • filter
  • expand
  • search
  • compute
  • isdefined

Currently only aggregate, groupby, and filter are supported by the odata.net's UriQueryExpressionParser so supporting additional transforms are not a priority for a while (unless another backend shows support for these)

techniq added a commit that referenced this issue Jul 6, 2017
… “transform” property (removing inflexible “groupBy” property). Modified how count with groupBy and filtering works. Issue #7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant