Uses of Enum Class
io.trino.hive.formats.compression.CompressionKind
Packages that use CompressionKind
Package
Description
-
Uses of CompressionKind in io.trino.hive.formats.compression
Methods in io.trino.hive.formats.compression that return CompressionKindModifier and TypeMethodDescriptionstatic CompressionKindCompressionKind.fromHadoopClassName(String hadoopClassName) static CompressionKindReturns the enum constant of this class with the specified name.static CompressionKind[]CompressionKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.hive.formats.compression that return types with arguments of type CompressionKind -
Uses of CompressionKind in io.trino.hive.formats.line
Method parameters in io.trino.hive.formats.line with type arguments of type CompressionKindModifier and TypeMethodDescriptionLineWriterFactory.createLineWriter(ConnectorSession session, OutputStream outputStream, Optional<CompressionKind> compressionKind) -
Uses of CompressionKind in io.trino.hive.formats.line.sequence
Method parameters in io.trino.hive.formats.line.sequence with type arguments of type CompressionKindModifier and TypeMethodDescriptionSequenceFileWriterFactory.createLineWriter(ConnectorSession session, OutputStream outputStream, Optional<CompressionKind> compressionKind) Constructor parameters in io.trino.hive.formats.line.sequence with type arguments of type CompressionKindModifierConstructorDescriptionSequenceFileWriter(OutputStream rawOutput, Optional<CompressionKind> compressionKind, boolean blockCompression, Map<String, String> metadata) -
Uses of CompressionKind in io.trino.hive.formats.line.text
Method parameters in io.trino.hive.formats.line.text with type arguments of type CompressionKindModifier and TypeMethodDescriptionTextLineWriterFactory.createLineWriter(ConnectorSession session, OutputStream outputStream, Optional<CompressionKind> compressionKind) Constructor parameters in io.trino.hive.formats.line.text with type arguments of type CompressionKindModifierConstructorDescriptionTextLineWriter(OutputStream outputStream, Optional<CompressionKind> compressionKind) -
Uses of CompressionKind in io.trino.hive.formats.rcfile
Constructor parameters in io.trino.hive.formats.rcfile with type arguments of type CompressionKindModifierConstructorDescriptionRcFileWriter(OutputStream rawOutput, List<Type> types, ColumnEncodingFactory encoding, Optional<CompressionKind> compressionKind, Map<String, String> metadata, boolean validate) RcFileWriter(OutputStream rawOutput, List<Type> types, ColumnEncodingFactory encoding, Optional<CompressionKind> compressionKind, Map<String, String> metadata, io.airlift.units.DataSize targetMinRowGroupSize, io.airlift.units.DataSize targetMaxRowGroupSize, boolean validate)