Uses of Class
com.pervasive.datarush.ports.record.AliasSet
Packages that use AliasSet
Package
Description
Provides implementations of port objects related to the flow of record sets
between operators.
-
Uses of AliasSet in com.pervasive.datarush.ports.record
Methods in com.pervasive.datarush.ports.record that return AliasSetModifier and TypeMethodDescriptionstatic AliasSetCreates a set consisting of the given ordered keystatic AliasSetCreates a set consisting of a single key.static AliasSetCreates a set consisting of an array of keys.static AliasSetAliasSet.createSet(String[] keys, TokenOrder order) Creates a set consisting of an array of keys and specified orderstatic AliasSet[]AliasSet.createSets(SortKey[] keys) Creates multiple single-key sets of specified order.static AliasSet[]AliasSet.createSets(String[] keys) Creates multiple single-key sets.AliasSet[]BalancedDistribution.getAliases()abstract AliasSet[]DataDistribution.getAliases()Returns the fields that are referenced by this distribution.AliasSet[]DataOrdering.getAliases()AliasSet[]DynamicRangeDataDistribution.getAliases()AliasSet[]FullDataDistribution.getAliases()AliasSet[]KeyDrivenDataDistribution.getAliases()AliasSet[]UnspecifiedPartialDistribution.getAliases()static AliasSet[]AliasSet.remap(AliasSet[] sets, FieldRemapping mapping) Remaps each set according to the given remappingAliasSet.remap(FieldRemapping mapping) Applies the field remapping to the names in this set, returning a new set.Methods in com.pervasive.datarush.ports.record with parameters of type AliasSetModifier and TypeMethodDescriptionbooleanAliasSet.containsAny(AliasSet other) Returns true if this set contains any of the member of the other setstatic String[]Returns the first keys in each of the given setsstatic SortKey[]AliasSet.firstSortKeys(AliasSet[] sets) Returns the first sort keys in each of the given setsstatic AliasSet[]AliasSet.remap(AliasSet[] sets, FieldRemapping mapping) Remaps each set according to the given remapping