-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: custom SQL statement for
todbDense
conversion
--- - AFAIK dbplyr does not have a convenient way to write temporary VIEWs with `compute`. - Here we use a CTE to take the SQL generated from an upstream lazy dbMatrix object and construct a TEMPORARY VIEW from it. This allows for cleaner SQL code in the `todbDense` conversion as the lazy table will be named 'dbDenseMatrix_randomid'
- Loading branch information
Ed2uiz
committed
Sep 18, 2024
1 parent
beab704
commit e56e052
Showing
5 changed files
with
237 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.