Uses of Package
com.pervasive.datarush.operators.join
-
Packages that use com.pervasive.datarush.operators.join Package Description com.pervasive.datarush.operators.join Provides operators for joining together two data sets into a single one. -
Classes in com.pervasive.datarush.operators.join used by com.pervasive.datarush.operators.join Class Description AbstractRelationalJoin Common base class for the various types of join that we support.DataNotSortedException Unchecked exception thrown to indicate that an input flow contains rows that are out of order.JoinMode Specifies how theJoin
operator should handle rows with unmatched keys.SemiJoinMode Specifies how theSemiJoin
operator should behave.UnionAll.UnionMode