Uses of Interface
io.trino.hive.formats.line.LineWriter
Packages that use LineWriter
Package
Description
-
Uses of LineWriter in io.trino.hive.formats.line
Methods in io.trino.hive.formats.line that return LineWriterModifier and TypeMethodDescriptionLineWriterFactory.createLineWriter(ConnectorSession session, OutputStream outputStream, Optional<CompressionKind> compressionKind) -
Uses of LineWriter in io.trino.hive.formats.line.sequence
Classes in io.trino.hive.formats.line.sequence that implement LineWriterModifier and TypeClassDescriptionclassSequence file writer is hard coded to the behavior of HiveSequenceFileOutputFormat with a Text value class.Methods in io.trino.hive.formats.line.sequence that return LineWriterModifier and TypeMethodDescriptionSequenceFileWriterFactory.createLineWriter(ConnectorSession session, OutputStream outputStream, Optional<CompressionKind> compressionKind) -
Uses of LineWriter in io.trino.hive.formats.line.text
Classes in io.trino.hive.formats.line.text that implement LineWriterMethods in io.trino.hive.formats.line.text that return LineWriterModifier and TypeMethodDescriptionTextLineWriterFactory.createLineWriter(ConnectorSession session, OutputStream outputStream, Optional<CompressionKind> compressionKind)