Uses of Class
org.apache.flink.api.common.operators.util.FieldList
-
Packages that use FieldList Package Description org.apache.flink.api.common.operators org.apache.flink.api.common.operators.util -
-
Uses of FieldList in org.apache.flink.api.common.operators
Fields in org.apache.flink.api.common.operators declared as FieldList Modifier and Type Field Description protected FieldListOrdering. indexesMethods in org.apache.flink.api.common.operators that return FieldList Modifier and Type Method Description FieldListOrdering. getInvolvedIndexes() -
Uses of FieldList in org.apache.flink.api.common.operators.util
Fields in org.apache.flink.api.common.operators.util declared as FieldList Modifier and Type Field Description static FieldListFieldList. EMPTY_LISTMethods in org.apache.flink.api.common.operators.util that return FieldList Modifier and Type Method Description FieldListFieldList. addField(Integer fieldID)FieldListFieldList. addFields(int... fieldIDs)FieldListFieldList. addFields(FieldSet set)FieldListFieldList. toFieldList()FieldListFieldSet. toFieldList()Turns the FieldSet into an ordered FieldList.Methods in org.apache.flink.api.common.operators.util with parameters of type FieldList Modifier and Type Method Description booleanFieldList. isExactMatch(FieldList list)booleanFieldList. isValidSubset(FieldList list)
-