Skip to content

Commit ba35dd9

Browse files
committed
add types
1 parent a39bdba commit ba35dd9

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
@@ -3182,6 +3182,10 @@ export class BaseQuery {
31823182
);
31833183
}
31843184

3185+
/**
3186+
* @param cubeName
3187+
* @returns Boolean
3188+
*/
31853189
multipliedJoinRowResult(cubeName) {
31863190
// this.join not initialized on collectCubeNamesForSql
31873191
return this.join && this.join.multiplicationFactor[cubeName];

0 commit comments

Comments
 (0)