Skip to content

Support reframe() #1148

@mgirlich

Description

@mgirlich

Not quite sure how to handle this.

  • mutate() doesn't have the constraint on the number of rows, e.g. when using the SQL function unnest() it can increase/decrease the number of rows
  • for the SQL translation it is necessary to know whether a verb is like mutate() or summarise() to decide whether to use a window function or not
  • or should it simply throw an unsupported error?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions