Package io.trino.hive.formats.line.text
Class TextLineWriterFactory
java.lang.Object
io.trino.hive.formats.line.text.TextLineWriterFactory
- All Implemented Interfaces:
LineWriterFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateLineWriter(ConnectorSession session, OutputStream outputStream, Optional<CompressionKind> compressionKind)
-
Constructor Details
-
TextLineWriterFactory
public TextLineWriterFactory()
-
-
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
-