Class CompositeReadLimit

Object
org.apache.spark.sql.connector.read.streaming.CompositeReadLimit
All Implemented Interfaces:
ReadLimit

@Evolving public final class CompositeReadLimit extends Object implements ReadLimit
/** Represents a ReadLimit where the MicroBatchStream should scan approximately given maximum number of rows with at least the given minimum number of rows.
Since:
3.2.0
See Also: