| Interface | Description |
|---|---|
| PythonStream |
A marker interface used to identify all python streams.
|
| Class | Description |
|---|---|
| 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 © 2020. All rights reserved.