Package io.trino.hive.formats.line
Interface LineReaderFactory
- All Known Implementing Classes:
SequenceFileReaderFactory,TextLineReaderFactory
public interface LineReaderFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateLineReader(TrinoInputFile inputFile, long start, long length, int headerCount, int footerCount)
-
Method Details
-
getHiveOutputFormatClassName
String getHiveOutputFormatClassName() -
createLineBuffer
LineBuffer createLineBuffer() -
createLineReader
LineReader createLineReader(TrinoInputFile inputFile, long start, long length, int headerCount, int footerCount) throws IOException - Throws:
IOException
-