Interface DataIngestorFactory

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface DataIngestorFactory
Factory interface for creating data ingestors for TPC-DS tables.
  • Method Details

    • createDataIngestor

      DataBatchIngestor createDataIngestor(Table table)
      Create an instance of DataBatchIngestor suitable to insert a single batch of data into specified Table.
      Parameters:
      table - the table to insert data into.