Skip to content

Commit 94699a4

Browse files
committed
add types
1 parent 74a70fc commit 94699a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/cubejs-schema-compiler/src/adapter/BaseQuery.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3092,6 +3092,10 @@ export class BaseQuery {
30923092
);
30933093
}
30943094

3095+
/**
3096+
* @param cubeName
3097+
* @returns Boolean
3098+
*/
30953099
multipliedJoinRowResult(cubeName) {
30963100
// this.join not initialized on collectCubeNamesForSql
30973101
return this.join && this.join.multiplicationFactor[cubeName];

0 commit comments

Comments
 (0)