-
Notifications
You must be signed in to change notification settings - Fork 186
Closed
Labels
featurea feature request or enhancementa feature request or enhancementfunc trans 🌍Translation of individual functions to SQLTranslation of individual functions to SQL
Milestone
Description
Currently partial_eval() locally evaluates calls of the form pkg::bar() (where pkg is not dplyr), and x$y (which will block #158). It's probably worth reconsidering in the light of unquoting as I think this would make the interface more consistent.
At the same time, we could deprecate local() (since it's basically equivalent to !!). remote() needs to stay in case we have override an SQL function with the same name but a different meaning.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featurea feature request or enhancementa feature request or enhancementfunc trans 🌍Translation of individual functions to SQLTranslation of individual functions to SQL