-
Notifications
You must be signed in to change notification settings - Fork 185
Closed
Description
Not quite sure how to handle this.
mutate()doesn't have the constraint on the number of rows, e.g. when using the SQL functionunnest()it can increase/decrease the number of rows- for the SQL translation it is necessary to know whether a verb is like
mutate()orsummarise()to decide whether to use a window function or not - or should it simply throw an unsupported error?
Metadata
Metadata
Assignees
Labels
No labels