Class IndexFlatMap
java.lang.Object
org.apache.flink.api.common.functions.AbstractRichFunction
org.apache.flink.api.common.functions.RichFlatMapFunction<IndexData,org.apache.flink.types.Row>
com.here.platform.data.client.flink.impl.IndexFlatMap
- All Implemented Interfaces:
Serializable,org.apache.flink.api.common.functions.FlatMapFunction<IndexData,,org.apache.flink.types.Row> org.apache.flink.api.common.functions.Function,org.apache.flink.api.common.functions.RichFunction
public class IndexFlatMap
extends org.apache.flink.api.common.functions.RichFlatMapFunction<IndexData,org.apache.flink.types.Row>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.flink.api.common.functions.AbstractRichFunction
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContext
-
Constructor Details
-
IndexFlatMap
-
-
Method Details
-
flatMap
public void flatMap(IndexData value, org.apache.flink.util.Collector<org.apache.flink.types.Row> out)
-