Class BatchReadOptions

Object
org.apache.spark.sql.pipelines.util.BatchReadOptions
All Implemented Interfaces:
Serializable, InputReadOptions, scala.Equals, scala.Product

public final class BatchReadOptions extends Object implements InputReadOptions, scala.Product, Serializable
Options for a batch read of an input.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract static R
     
    static String
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
  • Constructor Details

    • BatchReadOptions

      public BatchReadOptions()
  • Method Details

    • apply

      public abstract static R apply()
    • toString

      public static String toString()