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