Uses of Class
com.pervasive.datarush.ports.record.FullDataDistribution
-
Packages that use FullDataDistribution Package Description com.pervasive.datarush.ports.record Provides implementations of port objects related to the flow of record sets between operators. -
-
Uses of FullDataDistribution in com.pervasive.datarush.ports.record
Fields in com.pervasive.datarush.ports.record declared as FullDataDistribution Modifier and Type Field Description static FullDataDistribution
FullDataDistribution. INSTANCE
The singleton instance of this class.Methods in com.pervasive.datarush.ports.record that return FullDataDistribution Modifier and Type Method Description FullDataDistribution
FullDataDistribution. remap(FieldRemapping mapping)
Because FullDataDistribution 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.
-