Skip to content

Commit

Permalink
also find records in aggregate paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoy-googly-moogly committed Nov 13, 2024
1 parent 1eb844b commit 9a4a70b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/malloy/src/model/malloy_query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2499,6 +2499,7 @@ class QueryQuery extends QueryField {
} else if (expr.node === 'aggregate') {
if (isAsymmetricExpr(expr)) {
if (expr.structPath) {
this.findRecordAliases(context, expr.structPath);
this.addDependantPath(
resultStruct,
context,
Expand Down

0 comments on commit 9a4a70b

Please sign in to comment.