Expand description
TableProvider for stream sources, such as FIFO files
Structs§
- File
Stream Provider - Stream data from the file at
location
- Stream
Config - The configuration for a
StreamTable
- Stream
Table - A
TableProvider
for an unbounded stream source - Stream
Table Factory - A
TableProviderFactory
forStreamTable
Enums§
- Stream
Encoding - The data encoding for
StreamTable
Traits§
- Stream
Provider - The StreamProvider trait is used as a generic interface for reading and writing from streaming
data sources (such as FIFO, Websocket, Kafka, etc.). Implementations of the provider are
responsible for providing a
RecordBatchReader
and optionally aRecordBatchWriter
.