public class PythonUnionStream extends PythonDataStream
This stream does not create a physical operation, it only affects how upstream data are connected to downstream data.
| Constructor and Description |
|---|
PythonUnionStream(PythonDataStream input,
List<PythonDataStream> others) |
| Modifier and Type | Method and Description |
|---|---|
List<PythonDataStream> |
getUnionStreams() |
asJavaStream, broadcast, filter, filter, flatMap, flatMap, getLanguage, keyBy, keyBy, map, map, partitionBy, sink, sink, union, uniondisableChain, forward, getConfig, getId, getInputStream, getOperator, getOriginalStream, getParallelism, getPartition, getStreamingContext, isProxyStream, setParallelism, setPartition, withChainStrategy, withConfig, withConfigpublic PythonUnionStream(PythonDataStream input, List<PythonDataStream> others)
public List<PythonDataStream> getUnionStreams()
Copyright © 2021. All rights reserved.