Package io.substrait.relation.files
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
Immutable implementation of
FileFormat.DwrfReadOptions.
Use the builder to create immutable instances:
ImmutableFileFormat.DwrfReadOptions.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 forDwrfReadOptions.copyOf(FileFormat.DwrfReadOptions instance) Creates an immutable copy of aFileFormat.DwrfReadOptionsvalue.booleanThis instance is equal to all instances ofDwrfReadOptionsthat have equal attribute values.inthashCode()Returns a constant hash code value.toString()Prints the immutable valueDwrfReadOptions.
-
Method Details
-
equals
This instance is equal to all instances ofDwrfReadOptionsthat have equal attribute values. -
hashCode
public int hashCode()Returns a constant hash code value. -
toString
Prints the immutable valueDwrfReadOptions. -
copyOf
Creates an immutable copy of aFileFormat.DwrfReadOptionsvalue. 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 forDwrfReadOptions.ImmutableFileFormat.DwrfReadOptions.builder() .build();- Returns:
- A new DwrfReadOptions builder
-