Class ReadMinRows
Object
org.apache.spark.sql.connector.read.streaming.ReadMinRows
- All Implemented Interfaces:
- ReadLimit
Represents a 
ReadLimit where the MicroBatchStream should scan approximately
 at least the given minimum number of rows.- Since:
- 3.2.0
- See Also:
- 
Method Summary
- 
Method Details- 
minRowspublic long minRows()Approximate minimum rows to scan.
- 
maxTriggerDelayMspublic long maxTriggerDelayMs()Approximate maximum trigger delay.
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
 
-