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
].
Returns the maximum available offset for this source.
Returns the maximum available offset for this source.
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.