JdbcSplittablePartition
A JdbcPartition which can be subdivided.
Inheritors
Properties
Functions
Link copied to clipboard
State value to emit when the partition is read up to (and including) lastRecord.
Link copied to clipboard
Query which produces a subset of records at the beginning of the partition.
Link copied to clipboard
Query which samples records in the partition at the rate of 2^-sampleRateInvPow2.
Link copied to clipboard
Tries to acquire resources for JdbcPartitionsCreator.
Link copied to clipboard
open fun tryAcquireResourcesForReader(resourceTypes: List<ResourceType>): Map<ResourceType, JdbcPartitionReader.AcquiredResource>?
Tries to acquire resources for JdbcPartitionReader.