Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1014 Bytes

File metadata and controls

35 lines (24 loc) · 1014 Bytes

description: Promote a path to be a child of its grandparent, and give it a name.

expression_impl.promote.promote

View source on GitHub

Promote a path to be a child of its grandparent, and give it a name.

expression_impl.promote.promote(
    root: expression.Expression,
    p: path.Path,
    new_field_name: path.Step
) -> expression.Expression