public class ChainedTransformer extends Object implements Transformer
Transformer to chain other Transformers and apply sequentially.| Constructor and Description |
|---|
ChainedTransformer(List<Transformer> transformers) |
| 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.
|
List<String> |
getTransformersNames() |
public ChainedTransformer(List<Transformer> transformers)
public 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)
Transformerapply in interface TransformerCopyright © 2022 The Apache Software Foundation. All rights reserved.