| Package | Description | 
|---|---|
| com.pervasive.datarush.operators.join | 
 Provides operators for joining together two data sets into a single one. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SemiJoinMode | 
SemiJoin.getJoinMode()
Deprecated.  
Returns the join mode to use when performing a join. 
 | 
static SemiJoinMode | 
SemiJoinMode.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SemiJoinMode[] | 
SemiJoinMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SemiJoin.setJoinMode(SemiJoinMode joinMode)
Deprecated.  
Sets the join mode to use when performing a join. 
 | 
Copyright © 2019 Actian Corporation. All rights reserved.