Class DefaultChunkQueryBuilder<T extends DataCollectionId>

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

public class DefaultChunkQueryBuilder<T extends DataCollectionId> extends AbstractChunkQueryBuilder<T>
Builds queries for reading incremental snapshot chunks from a table using ANSI standard SQL queries.

These queries are compatible with most databases, but may not be the most efficient for some databases.