Uses of Class
com.pervasive.datarush.ports.record.AliasSet
-
Packages that use AliasSet Package Description com.pervasive.datarush.ports.record 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 AliasSet Modifier and Type Method Description static AliasSet
AliasSet. createSet(SortKey key)
Creates a set consisting of the given ordered keystatic AliasSet
AliasSet. createSet(String key)
Creates a set consisting of a single key.static AliasSet
AliasSet. createSet(String[] keys)
Creates a set consisting of an array of keys.static AliasSet
AliasSet. 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
AliasSet. 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 AliasSet Modifier and Type Method Description boolean
AliasSet. containsAny(AliasSet other)
Returns true if this set contains any of the member of the other setstatic String[]
AliasSet. first(AliasSet[] sets)
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 setsRecordMetadataTest.Expectation
RecordMetadataTest.Expectation. hashed(AliasSet... keys)
RecordMetadataTest.Expectation
RecordMetadataTest.Expectation. ordered(AliasSet... aliases)
static AliasSet[]
AliasSet. remap(AliasSet[] sets, FieldRemapping mapping)
Remaps each set according to the given remapping
-