org.apache.spark.sql.execution.streaming
Unpacks an offset into StreamProgress by associating each offset with the order list of sources.
Unpacks an offset into StreamProgress by associating each offset with the order list of sources.
This method is typically used to associate a serialized offset with actual sources (which cannot be serialized).
An ordered collection of offsets, used to track the progress of processing data from one or more Sources that are present in a streaming query. This is similar to simplified, single-instance vector clock that must progress linearly forward.