Uses of Enum Class
org.apache.orc.OrcFile.EncodingStrategy
-
Uses of OrcFile.EncodingStrategy in org.apache.orc
Modifier and TypeMethodDescriptionOrcFile.WriterOptions.getEncodingStrategy()
static OrcFile.EncodingStrategy
Returns the enum constant of this class with the specified name.static OrcFile.EncodingStrategy[]
OrcFile.EncodingStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionOrcFile.WriterOptions.encodingStrategy
(OrcFile.EncodingStrategy strategy) Sets the encoding strategy that is used to encode the data. -
Uses of OrcFile.EncodingStrategy in org.apache.orc.impl.writer
Modifier and TypeMethodDescriptionWriterContext.getEncodingStrategy()
Get the encoding strategy to use.