Package: queryparser 0.3.2.9000

queryparser: Translate 'SQL' Queries into 'R' Expressions
Translate 'SQL' 'SELECT' statements into lists of 'R' expressions.
Authors:
queryparser_0.3.2.9000.tar.gz
queryparser_0.3.2.9000.zip(r-4.7)queryparser_0.3.2.9000.zip(r-4.6)queryparser_0.3.2.9000.zip(r-4.5)
queryparser_0.3.2.9000.tgz(r-4.6-any)queryparser_0.3.2.9000.tgz(r-4.5-any)
queryparser_0.3.2.9000.tar.gz(r-4.7-any)queryparser_0.3.2.9000.tar.gz(r-4.6-any)
queryparser_0.3.2.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
queryparser/json (API)
NEWS
| # Install 'queryparser' in R: |
| install.packages('queryparser', repos = c('https://ianmcook.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ianmcook/queryparser/issues
Last updated from:ab74cc99d9. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 114 | ||
| source / vignettes | OK | 155 | ||
| linux-release-x86_64 | OK | 116 | ||
| macos-release-arm64 | OK | 117 | ||
| macos-oldrel-arm64 | OK | 90 | ||
| windows-devel | OK | 87 | ||
| windows-release | OK | 86 | ||
| windows-oldrel | OK | 73 | ||
| wasm-release | OK | 94 |
Exports:column_referencesextract_aliasparse_expressionparse_querysplit_querysquish_sqlunqualify_query
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Return the column references in a parsed SQL query | column_references |
| Extract the column alias from a SQL expression | extract_alias |
| Parse a SQL expression | parse_expression |
| Parse a SQL query | parse_query |
| Split a SQL query | split_query |
| Squish a SQL query or SQL expression | squish_sql |
| Remove prefixes from column references in a parsed SQL query | unqualify_query |
