- create_prj_dyn(flow, path, default)#
Return the expression tree for the dynamic projection 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.
- default
EX
Default value for the projection when the path is incorrect.
- flow
- Returns:
ET