Uses of Class
org.apache.flink.api.common.operators.util.FieldSet
-
Packages that use FieldSet Package Description org.apache.flink.api.common.operators org.apache.flink.api.common.operators.util -
-
Uses of FieldSet in org.apache.flink.api.common.operators
Methods in org.apache.flink.api.common.operators that return FieldSet Modifier and Type Method Description FieldSetDualInputSemanticProperties. getForwardingTargetFields(int input, int sourceField)FieldSetSemanticProperties.EmptySemanticProperties. getForwardingTargetFields(int input, int sourceField)FieldSetSemanticProperties. getForwardingTargetFields(int input, int sourceField)Returns the indexes of all target fields to which a source field has been unmodified copied by a function.FieldSetSingleInputSemanticProperties.AllFieldsForwardedProperties. getForwardingTargetFields(int input, int sourceField)FieldSetSingleInputSemanticProperties. getForwardingTargetFields(int input, int sourceField)FieldSetDualInputSemanticProperties. getReadFields(int input)FieldSetSemanticProperties.EmptySemanticProperties. getReadFields(int input)FieldSetSemanticProperties. getReadFields(int input)Returns the position indexes of all fields of an input that are accessed by a function.FieldSetSingleInputSemanticProperties. getReadFields(int input)Methods in org.apache.flink.api.common.operators that return types with arguments of type FieldSet Modifier and Type Method Description Set<FieldSet>CompilerHints. getUniqueFields()Gets the FieldSets that are uniqueMethods in org.apache.flink.api.common.operators with parameters of type FieldSet Modifier and Type Method Description voidDualInputSemanticProperties. addReadFields(int input, FieldSet readFields)Adds, to the existing information, field(s) that are read in the source record(s) from the first input.voidSingleInputSemanticProperties. addReadFields(FieldSet readFields)Adds, to the existing information, field(s) that are read in the source record(s).voidCompilerHints. addUniqueField(FieldSet uniqueFieldSet)Adds a FieldSet to be uniquebooleanOrdering. groupsFields(FieldSet fields)Method parameters in org.apache.flink.api.common.operators with type arguments of type FieldSet Modifier and Type Method Description voidCompilerHints. addUniqueFields(Set<FieldSet> uniqueFieldSets)Adds multiple FieldSets to be unique -
Uses of FieldSet in org.apache.flink.api.common.operators.util
Subclasses of FieldSet in org.apache.flink.api.common.operators.util Modifier and Type Class Description classFieldListImmutable ordered list of fields IDs.Fields in org.apache.flink.api.common.operators.util declared as FieldSet Modifier and Type Field Description static FieldSetFieldSet. EMPTY_SETMethods in org.apache.flink.api.common.operators.util that return FieldSet Modifier and Type Method Description FieldSetFieldSet. addField(Integer fieldID)FieldSetFieldSet. addFields(int... fieldIDs)FieldSetFieldSet. addFields(FieldSet set)FieldSetFieldSet. clone()Since instances of FieldSet are strictly immutable, this method does not actually clone, but it only returns the original instance.Methods in org.apache.flink.api.common.operators.util with parameters of type FieldSet Modifier and Type Method Description FieldListFieldList. addFields(FieldSet set)FieldSetFieldSet. addFields(FieldSet set)booleanFieldList. isValidSubset(FieldSet set)booleanFieldSet. isValidSubset(FieldSet set)Checks if the given set of fields is a valid subset of this set of fields.booleanFieldList. isValidUnorderedPrefix(FieldSet set)
-