Package | Description |
---|---|
com.pervasive.datarush.operators.join |
Provides operators for joining together two data sets into a single one.
|
Modifier and Type | Class and Description |
---|---|
class |
FilterExistingRows
Filters records on the left based on the presence of matching records on the right.
|
class |
Join
Performs a relational equi-join on two input datasets by a specified set of keys.
|
class |
SemiJoin
Deprecated.
this operator has been replaced with
FilterExistingRows ; use that operator instead,
linking to the appropriate output port. |
Copyright © 2016 Actian Corporation. All rights reserved.