Uses of Class
com.pervasive.datarush.ports.record.UnspecifiedPartialDistribution
-
Packages that use UnspecifiedPartialDistribution Package Description com.pervasive.datarush.ports.record Provides implementations of port objects related to the flow of record sets between operators. -
-
Uses of UnspecifiedPartialDistribution in com.pervasive.datarush.ports.record
Fields in com.pervasive.datarush.ports.record declared as UnspecifiedPartialDistribution Modifier and Type Field Description static UnspecifiedPartialDistributionUnspecifiedPartialDistribution. INSTANCEThe singleton instance of this class.Methods in com.pervasive.datarush.ports.record that return UnspecifiedPartialDistribution Modifier and Type Method Description UnspecifiedPartialDistributionUnspecifiedPartialDistribution. remap(FieldRemapping mapping)Because UnspecifiedPartialDistribution does not reference any key names, it is not sensitive to transformations to the record namespace and thus this method just returns a reference to this, unmodified.
-