@Internal public class FieldsFromTuple extends Object implements Extractor<org.apache.flink.api.java.tuple.Tuple,double[]>
| 构造器和说明 |
|---|
FieldsFromTuple(int... indexes)
Extracts one or more fields of the type Double from a tuple and puts them into a new double[]
(in the specified order).
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.