| 接口 | 说明 |
|---|---|
| PythonStream |
A marker interface used to identify all python streams.
|
| 类 | 说明 |
|---|---|
| PythonDataStream |
Represents a stream of data whose transformations will be executed in python.
|
| PythonKeyDataStream |
Represents a python DataStream returned by a key-by operation.
|
| PythonStreamSink |
Represents a sink of the PythonStream.
|
| PythonStreamSource |
Represents a source of the PythonStream.
|
| PythonUnionStream |
Represents a union DataStream.
|
Copyright © 2021. All rights reserved.