public interface Transformer
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.streaming.api.datastream.DataStream<org.apache.flink.table.data.RowData> |
apply(org.apache.flink.streaming.api.datastream.DataStream<org.apache.flink.table.data.RowData> source)
Transform source DataStream to target DataStream.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.