class Union : PhysicalOperator (source)
Union physical operator.
| Union(physicalPlan: PhysicalPlan)Union physical operator. | 
| val physicalPlan: PhysicalPlanThe physical plan where we have to perform the union on its children. | 
| open val cardinality: LongDelegate cardinality to the physical plan. | |
| open val firstChild: PhysicalOperatorThe first set of data to operate on. | |
| open val lastChild: PhysicalOperatorThe last set of data to operate on. | 
| fun cost(): LongCost of the union operation. | |
| fun evaluate(): PathStreamEvaluate the union. |