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 |
---|---|
JoinMode |
Join.getJoinMode()
Returns the join mode to use when performing a join.
|
static JoinMode |
JoinMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoinMode[] |
JoinMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Join.setJoinMode(JoinMode joinMode)
Sets the join mode to use when performing a join.
|
Copyright © 2016 Actian Corporation. All rights reserved.