queryparser icon indicating copy to clipboard operation
queryparser copied to clipboard

Translate SQL queries into R expressions

Results 2 queryparser issues
Sort by recently updated
recently updated
newest added

There are data types, operators, functions, and aggregates that need testing. The thought process was laid out by Ian [in this comment](https://github.com/ianmcook/queryparser/pull/26#issuecomment-583045732). How should we handle testing "generic" translations (where...

`UNION [ALL]` is probably the most popular set operation in SQL. It may be the easiest to implement as well. This might affect the structure of `parse_query`'s output. That will...

enhancement