Interface DynamicRecordGenerator<T>
- All Superinterfaces:
Serializable
A generator to yield
DynamicRecord
from the provided input.-
Method Summary
Modifier and TypeMethodDescriptionvoid
generate
(T inputRecord, org.apache.flink.util.Collector<DynamicRecord> out) Takes the user-defined input and yields zero, one, or multipleDynamicRecord
s using theCollector
.default void
open
(org.apache.flink.api.common.functions.OpenContext openContext)
-
Method Details
-
open
- Throws:
Exception
-
generate
Takes the user-defined input and yields zero, one, or multipleDynamicRecord
s using theCollector
.- Throws:
Exception
-