Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasavila00 committed Aug 12, 2024
1 parent abacefe commit 7aabf73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/api/classes/select-statement.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ export declare class SelectStatement<Selection, Alias, Scope, FlatScope> {
readonly ctes: ReadonlyArray<CTE>;
readonly alias?: string;
readonly scope: ScopeStorage;
readonly rollup: boolean;
}
);
}
Expand Down Expand Up @@ -241,6 +242,7 @@ clickhouse: {
f: Record<Selection | FlatScope, SafeString> & SelectionOfScope<Scope> & NoSelectFieldsCompileError
) => ReplaceT<Selection>
) => SelectStatement<Selection, Alias, Scope, FlatScope>
withRollup: () => SelectStatement<Selection, Alias, Scope, FlatScope>
}
```
Expand Down

0 comments on commit 7aabf73

Please sign in to comment.