Uses of Enum Class
io.trino.orc.OrcWriterOptions.WriterIdentification
Packages that use OrcWriterOptions.WriterIdentification
-
Uses of OrcWriterOptions.WriterIdentification in io.trino.orc
Methods in io.trino.orc that return OrcWriterOptions.WriterIdentificationModifier and TypeMethodDescriptionOrcWriterOptions.getWriterIdentification()Returns the enum constant of this class with the specified name.OrcWriterOptions.WriterIdentification.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.orc with parameters of type OrcWriterOptions.WriterIdentificationModifier and TypeMethodDescriptionOrcWriterOptions.Builder.setWriterIdentification(OrcWriterOptions.WriterIdentification writerIdentification) OrcWriterOptions.withWriterIdentification(OrcWriterOptions.WriterIdentification writerIdentification) -
Uses of OrcWriterOptions.WriterIdentification in io.trino.orc.metadata
Constructors in io.trino.orc.metadata with parameters of type OrcWriterOptions.WriterIdentificationModifierConstructorDescriptionOrcMetadataWriter(OrcWriterOptions.WriterIdentification writerIdentification)