Uses of Enum Class
org.apache.orc.OrcFile.EncodingStrategy
Packages that use OrcFile.EncodingStrategy
-
Uses of OrcFile.EncodingStrategy in org.apache.orc
Methods in org.apache.orc that return OrcFile.EncodingStrategyModifier and TypeMethodDescriptionOrcFile.WriterOptions.getEncodingStrategy()static OrcFile.EncodingStrategyReturns 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.Methods in org.apache.orc with parameters of type OrcFile.EncodingStrategyModifier 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
Methods in org.apache.orc.impl.writer that return OrcFile.EncodingStrategyModifier and TypeMethodDescriptionWriterContext.getEncodingStrategy()Get the encoding strategy to use.