Uses of Class
com.pervasive.datarush.operators.join.AbstractRelationalJoin
-
Packages that use AbstractRelationalJoin Package Description com.pervasive.datarush.operators.join Provides operators for joining together two data sets into a single one. -
-
Uses of AbstractRelationalJoin in com.pervasive.datarush.operators.join
Subclasses of AbstractRelationalJoin in com.pervasive.datarush.operators.join Modifier and Type Class Description class
FilterExistingRows
Filters records on the left based on the presence of matching records on the right.class
Join
Performs a relational equi-join on two input datasets by a specified set of keys.class
SemiJoin
Deprecated.this operator has been replaced withFilterExistingRows
; use that operator instead, linking to the appropriate output port.
-