Class SequenceFileWriterFactory
java.lang.Object
io.trino.hive.formats.line.sequence.SequenceFileWriterFactory
- All Implemented Interfaces:
LineWriterFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateLineWriter(ConnectorSession session, OutputStream outputStream, Optional<CompressionKind> compressionKind)
-
Constructor Details
-
SequenceFileWriterFactory
-
-
Method Details
-
getHiveOutputFormatClassName
- Specified by:
getHiveOutputFormatClassNamein interfaceLineWriterFactory
-
createLineWriter
public LineWriter createLineWriter(ConnectorSession session, OutputStream outputStream, Optional<CompressionKind> compressionKind) throws IOException - Specified by:
createLineWriterin interfaceLineWriterFactory- Throws:
IOException
-