| Package | Description |
|---|---|
| org.apache.flink.api.common.operators | |
| org.apache.flink.api.common.operators.util |
| Modifier and Type | Field and Description |
|---|---|
protected FieldList |
Ordering.indexes |
| Modifier and Type | Method and Description |
|---|---|
FieldList |
Ordering.getInvolvedIndexes() |
| Modifier and Type | Field and Description |
|---|---|
static FieldList |
FieldList.EMPTY_LIST |
| Modifier and Type | Method and Description |
|---|---|
FieldList |
FieldList.addField(Integer fieldID) |
FieldList |
FieldList.addFields(FieldSet set) |
FieldList |
FieldList.addFields(int... fieldIDs) |
FieldList |
FieldSet.toFieldList()
Turns the FieldSet into an ordered FieldList.
|
FieldList |
FieldList.toFieldList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FieldList.isExactMatch(FieldList list) |
boolean |
FieldList.isValidSubset(FieldList list) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.