Uses of Class
io.trino.orc.OrcWriterOptions.WriterIdentification
-
Packages that use OrcWriterOptions.WriterIdentification Package Description io.trino.orc io.trino.orc.metadata -
-
Uses of OrcWriterOptions.WriterIdentification in io.trino.orc
Methods in io.trino.orc that return OrcWriterOptions.WriterIdentification Modifier and Type Method Description OrcWriterOptions.WriterIdentificationOrcWriterOptions. getWriterIdentification()static OrcWriterOptions.WriterIdentificationOrcWriterOptions.WriterIdentification. valueOf(String name)Returns the enum constant of this type with the specified name.static OrcWriterOptions.WriterIdentification[]OrcWriterOptions.WriterIdentification. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.orc with parameters of type OrcWriterOptions.WriterIdentification Modifier and Type Method Description OrcWriterOptions.BuilderOrcWriterOptions.Builder. setWriterIdentification(OrcWriterOptions.WriterIdentification writerIdentification)OrcWriterOptionsOrcWriterOptions. withWriterIdentification(OrcWriterOptions.WriterIdentification writerIdentification) -
Uses of OrcWriterOptions.WriterIdentification in io.trino.orc.metadata
Constructors in io.trino.orc.metadata with parameters of type OrcWriterOptions.WriterIdentification Constructor Description OrcMetadataWriter(OrcWriterOptions.WriterIdentification writerIdentification)
-