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

AggregationDataStore: Support Group By for Metric Columns #822

Closed
aklish opened this issue May 21, 2019 · 0 comments
Closed

AggregationDataStore: Support Group By for Metric Columns #822

aklish opened this issue May 21, 2019 · 0 comments
Assignees

Comments

@aklish
Copy link
Member

aklish commented May 21, 2019

The AggregationDataStore needs to construct a custom JPQL query that aggregates over the requested metric columns, grouping by the requested dimension columns.

This ticket depends on issues #818, #819, #820, and #823.

Expected Behavior

The JPQL queries must continue to support:

  1. Sorting
  2. Pagination
  3. Page Totals
  4. Filters
  5. Prefetching to-one relationships
  6. Filter joins across to-one relationships

In addition, it must add:

  1. Generating aggregation expression for MetricAggregation attributes.
  2. Generating group by clauses for requested dimensions.
  3. Generating metric expressions for ComputedMetric attributes.

Context

#804

@QubitPi QubitPi self-assigned this May 28, 2019
@aklish aklish closed this as completed Jul 12, 2019
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

2 participants