Skip to content

Commit 8f3e663

Browse files
committed
add types
1 parent 5e64c0f commit 8f3e663

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
@@ -3178,6 +3178,10 @@ export class BaseQuery {
31783178
);
31793179
}
31803180

3181+
/**
3182+
* @param cubeName
3183+
* @returns Boolean
3184+
*/
31813185
multipliedJoinRowResult(cubeName) {
31823186
// this.join not initialized on collectCubeNamesForSql
31833187
return this.join && this.join.multiplicationFactor[cubeName];

0 commit comments

Comments
 (0)