UnionDistinct¶
This node creates a new DataFrame by performing a DISTINCT on the result set, eliminating any duplicate rows
Input¶
It takes in multiple DataFrames as input
Output¶
This node does union of all the rows from the incoming DataFrames to generate the output DataFrame
Type¶
join
Class¶
fire.nodes.etl.NodeUnionDistinct