We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da7de0 commit 3b38a5fCopy full SHA for 3b38a5f
packages/cubejs-schema-compiler/src/adapter/PreAggregations.ts
@@ -923,7 +923,7 @@ export class PreAggregations {
923
)(preAggregations);
924
}
925
926
- getRollupPreAggregationByName(cube, preAggregationName) {
+ public getRollupPreAggregationByName(cube, preAggregationName) {
927
const canUsePreAggregation = () => true;
928
const preAggregation = R.pipe(
929
R.toPairs,
0 commit comments