Class ImmutableFileFormat.ArrowReadOptions

java.lang.Object
io.substrait.relation.files.FileFormat.ArrowReadOptions
io.substrait.relation.files.ImmutableFileFormat.ArrowReadOptions
All Implemented Interfaces:
FileFormat
Enclosing class:
ImmutableFileFormat

public static final class ImmutableFileFormat.ArrowReadOptions extends FileFormat.ArrowReadOptions
Immutable implementation of FileFormat.ArrowReadOptions.

Use the builder to create immutable instances: ImmutableFileFormat.ArrowReadOptions.builder().

  • Method Details

    • equals

      public boolean equals(Object another)
      This instance is equal to all instances of ArrowReadOptions that have equal attribute values.
      Overrides:
      equals in class Object
      Returns:
      true if this is equal to another instance
    • hashCode

      public int hashCode()
      Returns a constant hash code value.
      Overrides:
      hashCode in class Object
      Returns:
      hashCode value
    • toString

      public String toString()
      Prints the immutable value ArrowReadOptions.
      Overrides:
      toString in class Object
      Returns:
      A string representation of the value
    • copyOf

      Creates an immutable copy of a FileFormat.ArrowReadOptions value. Uses accessors to get values to initialize the new immutable instance. If an instance is already immutable, it is returned as is.
      Parameters:
      instance - The instance to copy
      Returns:
      A copied immutable ArrowReadOptions instance
    • builder

      Creates a builder for ArrowReadOptions.
       ImmutableFileFormat.ArrowReadOptions.builder()
          .build();
       
      Returns:
      A new ArrowReadOptions builder