create_prj(flow, path)#

Return the expression tree for the projection operator.

Parameters:
flowEX

Input flow of the projection.

pathUnion[EX, List[EX]]

Elements of the path, which is either the label or index.

Returns:
ET