-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds Spark dialect (without updated SqlRender JAR file)
- Loading branch information
Showing
46 changed files
with
952 additions
and
259 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,4 @@ standalone/build/* | |
.idea | ||
*.iml | ||
errorReportSql.txt | ||
.DS_Store |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
Package: SqlRender | ||
Type: Package | ||
Title: Rendering Parameterized SQL and Translation to Dialects | ||
Version: 1.7.0 | ||
Date: 2021-03-01 | ||
Authors@R: c( | ||
person("Martijn", "Schuemie", , "[email protected]", role = c("aut", "cre")), | ||
person("Marc", "Suchard", role = c("aut")) | ||
) | ||
Maintainer: Martijn Schuemie <[email protected]> | ||
Description: A rendering tool for parameterized SQL that also translates into | ||
different SQL dialects. These dialects include 'Microsoft Sql Server', 'Oracle', | ||
'PostgreSql', 'Amazon RedShift', 'Apache Impala', 'IBM Netezza', 'Google BigQuery', 'Microsoft PDW', and 'SQLite'. | ||
SystemRequirements: Java version 8 or higher (https://www.java.com/) | ||
License: Apache License 2.0 | ||
VignetteBuilder: knitr | ||
URL: https://ohdsi.github.io/SqlRender/, https://github.com/OHDSI/SqlRender | ||
BugReports: https://github.com/OHDSI/SqlRender/issues | ||
Imports: | ||
rJava, | ||
rlang | ||
Suggests: | ||
testthat, | ||
knitr, | ||
rmarkdown, | ||
shiny, | ||
shinydashboard | ||
LazyData: false | ||
RoxygenNote: 7.1.1 | ||
Encoding: UTF-8 | ||
Package: SqlRender | ||
Type: Package | ||
Title: Rendering Parameterized SQL and Translation to Dialects | ||
Version: 1.7.0 | ||
Date: 2021-03-01 | ||
Authors@R: c( | ||
person("Martijn", "Schuemie", , "[email protected]", role = c("aut", "cre")), | ||
person("Marc", "Suchard", role = c("aut")) | ||
) | ||
Maintainer: Martijn Schuemie <[email protected]> | ||
Description: A rendering tool for parameterized SQL that also translates into | ||
different SQL dialects. These dialects include 'Microsoft Sql Server', 'Oracle', | ||
'PostgreSql', 'Amazon RedShift', 'Apache Impala', 'IBM Netezza', 'Google BigQuery', 'Microsoft PDW', 'Apache Spark', and 'SQLite'. | ||
SystemRequirements: Java version 8 or higher (https://www.java.com/) | ||
License: Apache License 2.0 | ||
VignetteBuilder: knitr | ||
URL: https://ohdsi.github.io/SqlRender/, https://github.com/OHDSI/SqlRender | ||
BugReports: https://github.com/OHDSI/SqlRender/issues | ||
Imports: | ||
rJava, | ||
rlang | ||
Suggests: | ||
testthat, | ||
knitr, | ||
rmarkdown, | ||
shiny, | ||
shinydashboard | ||
LazyData: false | ||
RoxygenNote: 7.1.1 | ||
Encoding: UTF-8 |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
Version: 1.0 | ||
RestoreWorkspace: No | ||
SaveWorkspace: No | ||
AlwaysSaveHistory: No | ||
EnableCodeIndexing: Yes | ||
UseSpacesForTab: Yes | ||
NumSpacesForTab: 2 | ||
Encoding: UTF-8 | ||
RnwWeave: knitr | ||
LaTeX: pdfLaTeX | ||
BuildType: Package | ||
PackageInstallArgs: --with-keep.source | ||
PackageCheckArgs: --as-cran | ||
PackageRoxygenize: rd,collate,namespace | ||
Version: 1.0 | ||
|
||
RestoreWorkspace: No | ||
SaveWorkspace: No | ||
AlwaysSaveHistory: No | ||
|
||
EnableCodeIndexing: Yes | ||
UseSpacesForTab: Yes | ||
NumSpacesForTab: 2 | ||
Encoding: UTF-8 | ||
|
||
RnwWeave: knitr | ||
LaTeX: pdfLaTeX | ||
|
||
BuildType: Package | ||
PackageInstallArgs: --with-keep.source | ||
PackageCheckArgs: --as-cran | ||
PackageRoxygenize: rd,collate,namespace |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.