OUT - The type of the extracted field.public class FieldFromTuple<OUT> extends Object implements Extractor<org.apache.flink.api.java.tuple.Tuple,OUT>
| Constructor and Description |
|---|
FieldFromTuple()
Extracts the first field (id 0) from the tuple
|
FieldFromTuple(int fieldId)
Extracts the field with the given id from the tuple.
|
public FieldFromTuple()
public FieldFromTuple(int fieldId)
fieldId - The id of the field which will be extracted from the tuple.Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.