- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- ExecuteJoinFlatMapFunctionAdapter, FilterAndFlattenJoinedValuesAdapter, SequenceFlatMapFunctionAdapter, SequenceSplitFunctionAdapter, SequenceToRowsAdapter, SparkTransformProcessFunctionAdapter
public interface FlatMapFunctionAdapter<T,R>
extends java.io.Serializable
A function that returns zero or more output records from each input record.
Adapter for Spark interface in order to freeze interface changes between spark versions