Class PslContinuousInputPartitionReader (0.3.4)

public class PslContinuousInputPartitionReader implements ContinuousInputPartitionReader<InternalRow>

Inheritance

java.lang.Object > PslContinuousInputPartitionReader

Implements

org.apache.spark.sql.sources.v2.reader.streaming.ContinuousInputPartitionReader<org.apache.spark.sql.catalyst.InternalRow>

Methods

close()

public void close()

get()

public InternalRow get()
Returns
TypeDescription
org.apache.spark.sql.catalyst.InternalRow

getOffset()

public PartitionOffset getOffset()
Returns
TypeDescription
org.apache.spark.sql.sources.v2.reader.streaming.PartitionOffset

next()

public boolean next()
Returns
TypeDescription
boolean