Class | Description |
---|---|
DeltaSource<T> |
A unified data source that reads Delta table - both in batch and in streaming mode.
|
RowDataBoundedDeltaSourceBuilder |
A builder class for
DeltaSource for a stream of RowData where the created source
instance will operate in Bounded mode. |
RowDataContinuousDeltaSourceBuilder |
A builder class for
DeltaSource for a stream of RowData where the created source
instance will operate in Continuous mode. |