@malloydata/malloy 0.0.88-dev231003001139 → 0.0.88
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -282,12 +282,9 @@ class QueryField extends QueryNode {
|
|
|
282
282
|
});
|
|
283
283
|
}
|
|
284
284
|
generateFunctionCallExpression(resultSet, context, frag, state) {
|
|
285
|
-
var _a;
|
|
286
285
|
const overload = frag.overload;
|
|
287
286
|
const args = frag.args;
|
|
288
|
-
const isSymmetric = (_a = frag.overload.isSymmetric) !== null && _a !== void 0 ? _a : false;
|
|
289
287
|
const distinctKey = (0, malloy_types_1.expressionIsAggregate)(overload.returnType.expressionType) &&
|
|
290
|
-
!isSymmetric &&
|
|
291
288
|
this.generateDistinctKeyIfNecessary(resultSet, context, frag.structPath);
|
|
292
289
|
if (distinctKey) {
|
|
293
290
|
if (!context.dialect.supportsAggDistinct) {
|