OUT
- The type of the extracted field.@Internal public class FieldFromTuple<OUT> extends Object implements Extractor<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.
|
Modifier and Type | Method and Description |
---|---|
OUT |
extract(Tuple in)
Extracts/Converts the given input to an object of the output type
|
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.