Package io.substrait.relation.files
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
Immutable implementation of
FileFormat.ArrowReadOptions.
Use the builder to create immutable instances:
ImmutableFileFormat.ArrowReadOptions.builder().
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface io.substrait.relation.files.FileFormat
FileFormat.ArrowReadOptions, FileFormat.DelimiterSeparatedTextReadOptions, FileFormat.DwrfReadOptions, FileFormat.Extension, FileFormat.OrcReadOptions, FileFormat.ParquetReadOptions -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a builder forArrowReadOptions.copyOf(FileFormat.ArrowReadOptions instance) Creates an immutable copy of aFileFormat.ArrowReadOptionsvalue.booleanThis instance is equal to all instances ofArrowReadOptionsthat have equal attribute values.inthashCode()Returns a constant hash code value.toString()Prints the immutable valueArrowReadOptions.
-
Method Details
-
equals
This instance is equal to all instances ofArrowReadOptionsthat have equal attribute values. -
hashCode
public int hashCode()Returns a constant hash code value. -
toString
Prints the immutable valueArrowReadOptions. -
copyOf
Creates an immutable copy of aFileFormat.ArrowReadOptionsvalue. 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 forArrowReadOptions.ImmutableFileFormat.ArrowReadOptions.builder() .build();- Returns:
- A new ArrowReadOptions builder
-