org.apache.spark.sql.execution.streaming
Returns the data that is between the offsets (start
, end
].
Returns the data that is between the offsets (start
, end
].
All batches from lastCommittedOffset + 1
to currentOffset
, inclusive.
All batches from lastCommittedOffset + 1
to currentOffset
, inclusive.
Stored in a ListBuffer to facilitate removing committed batches.
Returns the schema of the data from this source
Returns the schema of the data from this source
Stop this source.
Stop this source.
A source that reads text lines through a TCP socket, designed only for tutorials and debugging. This source will *not* work in production applications due to multiple reasons, including no support for fault recovery and keeping all of the text read in memory forever.