Uses of Class
com.pervasive.datarush.operators.join.AbstractRelationalJoin
Packages that use AbstractRelationalJoin
Package
Description
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.joinModifier and TypeClassDescriptionfinal classFilters records on the left based on the presence of matching records on the right.final classPerforms a relational equi-join on two input datasets by a specified set of keys.final classDeprecated.
FilterExistingRows; use that operator instead, linking to the appropriate output port.