Class ImmutableFileFormat.DwrfReadOptions

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

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

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

  • Method Details

    • equals

      public boolean equals(Object another)
      This instance is equal to all instances of DwrfReadOptions 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 DwrfReadOptions.
      Overrides:
      toString in class Object
      Returns:
      A string representation of the value
    • copyOf

      Creates an immutable copy of a FileFormat.DwrfReadOptions 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 DwrfReadOptions instance
    • builder

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