Skip to content

Batch

Batch is an abstraction of data source scans for batch queries.

Contract

Creating PartitionReaderFactory

PartitionReaderFactory createReaderFactory()

PartitionReaderFactory to create a PartitionReader to read records from the input partitions

See:

Used when:

Planning Input Partitions

InputPartition[] planInputPartitions()

InputPartitions to scan this data source with

See:

Used when:

Implementations