Package io.substrait.relation.files
Class ImmutableFileFormat.OrcReadOptions
java.lang.Object
io.substrait.relation.files.FileFormat.OrcReadOptions
io.substrait.relation.files.ImmutableFileFormat.OrcReadOptions
- All Implemented Interfaces:
FileFormat
- Enclosing class:
- ImmutableFileFormat
Immutable implementation of
FileFormat.OrcReadOptions.
Use the builder to create immutable instances:
ImmutableFileFormat.OrcReadOptions.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 forOrcReadOptions.copyOf(FileFormat.OrcReadOptions instance) Creates an immutable copy of aFileFormat.OrcReadOptionsvalue.booleanThis instance is equal to all instances ofOrcReadOptionsthat have equal attribute values.inthashCode()Returns a constant hash code value.toString()Prints the immutable valueOrcReadOptions.
-
Method Details
-
equals
This instance is equal to all instances ofOrcReadOptionsthat have equal attribute values. -
hashCode
public int hashCode()Returns a constant hash code value. -
toString
Prints the immutable valueOrcReadOptions. -
copyOf
Creates an immutable copy of aFileFormat.OrcReadOptionsvalue. 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 OrcReadOptions instance
-
builder
Creates a builder forOrcReadOptions.ImmutableFileFormat.OrcReadOptions.builder() .build();- Returns:
- A new OrcReadOptions builder
-