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
-
minRows
public long minRows()Approximate minimum rows to scan. -
maxTriggerDelayMs
public long maxTriggerDelayMs()Approximate maximum trigger delay. -
toString
-
equals
-
hashCode
public int hashCode()
-