David Gold

Results 18 issues of David Gold

~~The title says it all. If there anything folks feel strongly about adding, please do chime in.~~ ~~Required:~~ This issue is now about setting milestones for a number of projects....

This issue is a proper home for the discussion that ended up emerging in #20 re: syntax and semantics for parametrized queries (i.e. (?) prepared statements) and interpolation (the original...

This is a continuation of #16 , which this issue expands on with other syntax issues/desiderata. There we considered how piping should be expressed: by use of newlines (within a...

This issue does not concern the "one-off" macros (`@select`, etc.), which continue to be defunct. Rather, it concerns syntax within the `@query` macro. Currently, one conveys the intention to pipe...

Suppose a user produces a `Query`: ``` julia qry = @query filter(:src, A > .5) |> select(B, C) ``` It seems reasonable that a user ought to be able to...

What information is best present/format most readable when showing the structure and contents of a query graph? I've been playing around with this a bit and have come up with...

Now that one can dispatch on macro arguments, it is easy to write two distinct `@filter` "methods" -- one that expects a data source as a first argument, ``` julia...

The purpose of this issue is to provide a description of the internals of dplyr's SQL generation. I intend it to serve as reference/inspiration for the development of such functionality...

A collection of relevant issues in other repositories: API: -https://github.com/JuliaStats/DataFramesMeta.jl/issues/58

This package has become sufficiently well-adopted that a 0.1 release effort seems appropriate. Here's the TO-DO I'm thinking of (suggestions welcome): - [ ] factor operator support (and all issues...