Class RowValueConstructorChunkQueryBuilder<T extends DataCollectionId>

java.lang.Object
io.debezium.pipeline.source.snapshot.incremental.AbstractChunkQueryBuilder<T>
io.debezium.pipeline.source.snapshot.incremental.RowValueConstructorChunkQueryBuilder<T>
All Implemented Interfaces:
ChunkQueryBuilder<T>

public class RowValueConstructorChunkQueryBuilder<T extends DataCollectionId> extends AbstractChunkQueryBuilder<T>
Builds queries for reading incremental snapshot chunks from a table using row value constructors.

On some database engines, these queries result in the most efficient query plans when a suitable index exists, but are only compatible with databases that support ROW() syntax.