Class SparkInputRecordProcessor

All Implemented Interfaces:
Closeable, AutoCloseable

public class SparkInputRecordProcessor extends AbstractInputRecordProcessor<ByteBuffer,ByteBuffer>
An implementation of AbstractInputRecordProcessor for Spark that processes input records from the dataframe and emits an Iterator of Row with DEFAULT_SCHEMA as the schema.