Uses of Class
io.trino.hive.formats.line.text.TextLineReader
Packages that use TextLineReader
-
Uses of TextLineReader in io.trino.hive.formats.line.text
Methods in io.trino.hive.formats.line.text that return TextLineReaderModifier and TypeMethodDescriptionstatic TextLineReaderTextLineReader.createCompressedReader(InputStream in, int bufferSize, Codec codec) static TextLineReaderTextLineReader.createUncompressedReader(InputStream in, int bufferSize) static TextLineReaderTextLineReader.createUncompressedReader(InputStream in, int bufferSize, long splitStart, long splitLength)