Skip to main content
info
This documentation is for version v2.4 of the product.
For the latest version(v2.7) documentation click here
Version: v2.4 print this page

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

Fields

Examples

Input1

idlabelf1f2
61.02.12.0
40.04.15.0
50.03.16.0
661.02.12.0

Input2

idlabelf1f2
61.02.12.0
40.04.15.0
50.03.16.0
661.02.12.0

Output

idlabelf1f2
61.02.12.0
40.04.15.0
50.03.16.0
661.02.12.0