Uses of Enum Class
io.trino.hive.formats.avro.AvroCompressionKind
Packages that use AvroCompressionKind
-
Uses of AvroCompressionKind in io.trino.hive.formats.avro
Methods in io.trino.hive.formats.avro that return AvroCompressionKindModifier and TypeMethodDescriptionstatic AvroCompressionKindReturns the enum constant of this class with the specified name.static AvroCompressionKind[]AvroCompressionKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.hive.formats.avro with parameters of type AvroCompressionKindModifierConstructorDescriptionAvroFileWriter(OutputStream rawOutput, org.apache.avro.Schema schema, AvroTypeManager avroTypeManager, AvroCompressionKind compressionKind, Map<String, String> fileMetadata, List<String> names, List<Type> types, boolean resolveUsingLowerCaseFieldsInSchema)