Uses of Interface
io.trino.hive.formats.line.LineReader
Packages that use LineReader
Package
Description
-
Uses of LineReader in io.trino.hive.formats.line
Classes in io.trino.hive.formats.line that implement LineReaderMethods in io.trino.hive.formats.line that return LineReaderModifier and TypeMethodDescriptionLineReaderFactory.createLineReader(TrinoInputFile inputFile, long start, long length, int headerCount, int footerCount) Constructors in io.trino.hive.formats.line with parameters of type LineReaderModifierConstructorDescriptionFooterAwareLineReader(LineReader delegate, int footerCount, Supplier<LineBuffer> lineBufferSupplier) -
Uses of LineReader in io.trino.hive.formats.line.sequence
Classes in io.trino.hive.formats.line.sequence that implement LineReaderModifier and TypeClassDescriptionfinal classSequence file reader hard coded the behavior of Hive Sequence file with a Text value class.Methods in io.trino.hive.formats.line.sequence that return LineReaderModifier and TypeMethodDescriptionSequenceFileReaderFactory.createLineReader(TrinoInputFile inputFile, long start, long length, int headerCount, int footerCount) -
Uses of LineReader in io.trino.hive.formats.line.text
Classes in io.trino.hive.formats.line.text that implement LineReaderMethods in io.trino.hive.formats.line.text that return LineReaderModifier and TypeMethodDescriptionTextLineReaderFactory.createLineReader(TrinoInputFile inputFile, long start, long length, int headerCount, int footerCount)