Uses of Class
com.pervasive.datarush.operators.join.UnionAll.UnionMode
-
Packages that use UnionAll.UnionMode Package Description com.pervasive.datarush.operators.join Provides operators for joining together two data sets into a single one. -
-
Uses of UnionAll.UnionMode in com.pervasive.datarush.operators.join
Methods in com.pervasive.datarush.operators.join that return UnionAll.UnionMode Modifier and Type Method 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.Methods in com.pervasive.datarush.operators.join with parameters of type UnionAll.UnionMode Modifier and Type Method 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.
-