Class SequenceFileReaderFactory
java.lang.Object
io.trino.hive.formats.line.sequence.SequenceFileReaderFactory
- All Implemented Interfaces:
LineReaderFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateLineReader(TrinoInputFile inputFile, long start, long length, int headerCount, int footerCount)
-
Constructor Details
-
SequenceFileReaderFactory
public SequenceFileReaderFactory(int initialLineBufferSize, int maxLineLength)
-
-
Method Details
-
getHiveOutputFormatClassName
- Specified by:
getHiveOutputFormatClassNamein interfaceLineReaderFactory
-
createLineBuffer
- Specified by:
createLineBufferin interfaceLineReaderFactory
-
createLineReader
public LineReader createLineReader(TrinoInputFile inputFile, long start, long length, int headerCount, int footerCount) throws IOException - Specified by:
createLineReaderin interfaceLineReaderFactory- Throws:
IOException
-