| Class | Description |
|---|---|
| ChangelogCsvDeserializer |
The
ChangelogCsvDeserializer contains a simple parsing logic for converting bytes into
Row of Integer and String with a RowKind. |
| ChangelogCsvFormat |
The
ChangelogCsvFormat is a decoding format that uses a DeserializationSchema
during runtime. |
| ChangelogCsvFormatFactory |
The
ChangelogCsvFormatFactory translates format-specific options to a format. |
| ChangelogSocketExample |
Example for implementing a custom
DynamicTableSource and a DecodingFormat. |
| SocketDynamicTableFactory |
The
SocketDynamicTableFactory translates the catalog table to a table source. |
| SocketDynamicTableSource |
The
SocketDynamicTableSource is used during planning. |
| SocketSourceFunction |
The
SocketSourceFunction opens a socket and consumes bytes. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.