Class SparkInputRecordProcessor

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class SparkInputRecordProcessor
    extends AbstractInputRecordProcessor<java.nio.ByteBuffer,​java.nio.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.