| Package | Description |
|---|---|
| org.apache.flink.api.java |
| Modifier and Type | Method and Description |
|---|---|
ProjectOperator.Projection<T> |
DataSet.project(int... fieldIndexes)
Initiates a Project transformation on a
Tuple DataSet.Note: Only Tuple DataSets can be projected. The transformation projects each Tuple of the DataSet onto a (sub)set of fields. This method returns a ProjectOperator.Projection on which Projection#types() needs to
be called to completed the transformation. |
Copyright © 2014 The Apache Software Foundation. All rights reserved.