Uses of Enum Class
com.pervasive.datarush.operators.join.UnionAll.UnionMode
Packages that use UnionAll.UnionMode
Package
Description
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.UnionModeModifier and TypeMethodDescriptionUnionAll.getOutputMapping()Get how the output type should be determined.static UnionAll.UnionModeReturns the enum constant of this class with the specified name.static UnionAll.UnionMode[]UnionAll.UnionMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pervasive.datarush.operators.join with parameters of type UnionAll.UnionModeModifier and TypeMethodDescriptionstatic RecordTokenTypeUnionAll.generateSchema(RecordTokenType leftType, RecordTokenType rightType, UnionAll.UnionMode mode, boolean keepExtraFields) Generate a schema for the union of two records.voidUnionAll.setOutputMapping(UnionAll.UnionMode outputMapping) Set how the output type should be determined.