Package io.trino.hive.formats.line
Interface LineWriterFactory
- All Known Implementing Classes:
SequenceFileWriterFactory,TextLineWriterFactory
public interface LineWriterFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateLineWriter(ConnectorSession session, OutputStream outputStream, Optional<CompressionKind> compressionKind)
-
Method Details
-
getHiveOutputFormatClassName
String getHiveOutputFormatClassName() -
createLineWriter
LineWriter createLineWriter(ConnectorSession session, OutputStream outputStream, Optional<CompressionKind> compressionKind) throws IOException - Throws:
IOException
-