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

Introduce AggSpec and AggregateAllByTable #1618

Merged
merged 21 commits into from Dec 3, 2021

Conversation

devinrsmith
Copy link
Member

Partial #1617

@devinrsmith devinrsmith added this to the Nov 2021 milestone Dec 1, 2021
@devinrsmith devinrsmith self-assigned this Dec 1, 2021
@devinrsmith devinrsmith changed the title Introduce Aggregation keys Introduce Aggregation keys and SingleAggregationTable Dec 1, 2021
List<Aggregation> out = new ArrayList<>();
for (Entry<Object, List<Pair>> e : visitOrder.entrySet()) {
if (e.getKey() == COUNT_OBJ) {
for (Pair pair : e.getValue()) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested rename: Pair -> ColumnPair

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Going to skip for now.

qst/src/main/java/io/deephaven/qst/TableAdapterImpl.java Outdated Show resolved Hide resolved
qst/src/main/java/io/deephaven/qst/table/ByTableBase.java Outdated Show resolved Hide resolved
table-api/src/main/java/io/deephaven/api/agg/Pair.java Outdated Show resolved Hide resolved
@devinrsmith devinrsmith changed the title Introduce Aggregation keys and SingleAggregationTable Introduce Aggregation keys and AggregateAllByTable Dec 2, 2021
@devinrsmith devinrsmith changed the title Introduce Aggregation keys and AggregateAllByTable Introduce AggSpec and AggregateAllByTable Dec 2, 2021
rcaudy
rcaudy previously approved these changes Dec 3, 2021
@devinrsmith devinrsmith merged commit 9ef33fe into deephaven:main Dec 3, 2021
@devinrsmith devinrsmith deleted the table-api/aggregations branch December 3, 2021 20:58
@github-actions github-actions bot locked and limited conversation to collaborators Dec 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants