create_prj_dyn(flow, path, default)#

Return the expression tree for the dynamic projection operator.

Parameters:
flowEX

Input flow of the projection.

pathUnion[EX, List[EX]]

Elements of the path, which is a label, index, or variable.

defaultEX

Default value for the projection when the path is incorrect.

Returns:
ET