description: Promote a path to be a child of its grandparent, and give it a name.
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
View source on GitHub