- create_change_ith(flow, path, value)#
Return the expression tree for the with operator.
- Parameters:
- flow
EX
Input flow of the projection.
- path
Union
[EX
,List
[EX
]] Elements of the path, which is a label, index, or variable.
- value
EX
Value to assign.
- flow
- Returns:
ET