Class PslMicroBatchInputPartitionReader (0.3.4)

public class PslMicroBatchInputPartitionReader implements InputPartitionReader<InternalRow>

Inheritance

java.lang.Object > PslMicroBatchInputPartitionReader

Implements

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

Methods

close()

public void close()

get()

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

next()

public boolean next()
Returns
TypeDescription
boolean