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 |
---|---|
UnionAll.UnionMode |
UnionAll.getOutputMapping()
Get how the output type should be determined.
|
static UnionAll.UnionMode |
UnionAll.UnionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnionAll.UnionMode[] |
UnionAll.UnionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static RecordTokenType |
UnionAll.generateSchema(RecordTokenType leftType,
RecordTokenType rightType,
UnionAll.UnionMode mode,
boolean keepExtraFields)
Generate a schema for the union of two records.
|
void |
UnionAll.setOutputMapping(UnionAll.UnionMode outputMapping)
Set how the output type should be determined.
|
Copyright © 2016 Actian Corporation. All rights reserved.