Uses of Enum Class
com.pervasive.datarush.operators.join.SemiJoinMode
Packages that use SemiJoinMode
Package
Description
Provides operators for joining together two data sets into a single one.
-
Uses of SemiJoinMode in com.pervasive.datarush.operators.join
Methods in com.pervasive.datarush.operators.join that return SemiJoinModeModifier and TypeMethodDescriptionSemiJoin.getJoinMode()Deprecated.Returns the join mode to use when performing a join.static SemiJoinModeReturns the enum constant of this class with the specified name.static SemiJoinMode[]SemiJoinMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pervasive.datarush.operators.join with parameters of type SemiJoinModeModifier and TypeMethodDescriptionvoidSemiJoin.setJoinMode(SemiJoinMode joinMode) Deprecated.Sets the join mode to use when performing a join.