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

@Evolving public final class ReadMaxRows extends Object implements ReadLimit
Represents a ReadLimit where the MicroBatchStream should scan approximately the given maximum number of rows.
Since:
3.0.0
See Also:
  • Method Details

    • maxRows

      public long maxRows()
      Approximate maximum rows to scan.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object