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 classFilterExistingRowsFilters records on the left based on the presence of matching records on the right.classJoinPerforms a relational equi-join on two input datasets by a specified set of keys.classSemiJoinDeprecated.this operator has been replaced withFilterExistingRows; use that operator instead, linking to the appropriate output port.
-