Uses of Class
io.trino.hive.formats.line.LineBuffer
Packages that use LineBuffer
Package
Description
-
Uses of LineBuffer in io.trino.hive.formats.line
Methods in io.trino.hive.formats.line that return LineBufferMethods in io.trino.hive.formats.line with parameters of type LineBufferModifier and TypeMethodDescriptionvoidLineDeserializer.deserialize(LineBuffer lineBuffer, PageBuilder builder) Deserialize the line into the page builder.booleanFooterAwareLineReader.readLine(LineBuffer lineBuffer) booleanLineReader.readLine(LineBuffer lineBuffer) Read a line into the buffer.Constructor parameters in io.trino.hive.formats.line with type arguments of type LineBufferModifierConstructorDescriptionFooterAwareLineReader(LineReader delegate, int footerCount, Supplier<LineBuffer> lineBufferSupplier) -
Uses of LineBuffer in io.trino.hive.formats.line.csv
Methods in io.trino.hive.formats.line.csv with parameters of type LineBufferModifier and TypeMethodDescriptionvoidCsvDeserializer.deserialize(LineBuffer lineBuffer, PageBuilder builder) -
Uses of LineBuffer in io.trino.hive.formats.line.json
Methods in io.trino.hive.formats.line.json with parameters of type LineBufferModifier and TypeMethodDescriptionvoidJsonDeserializer.deserialize(LineBuffer lineBuffer, PageBuilder builder) -
Uses of LineBuffer in io.trino.hive.formats.line.openxjson
Methods in io.trino.hive.formats.line.openxjson with parameters of type LineBufferModifier and TypeMethodDescriptionvoidOpenXJsonDeserializer.deserialize(LineBuffer lineBuffer, PageBuilder builder) -
Uses of LineBuffer in io.trino.hive.formats.line.regex
Methods in io.trino.hive.formats.line.regex with parameters of type LineBufferModifier and TypeMethodDescriptionvoidRegexDeserializer.deserialize(LineBuffer lineBuffer, PageBuilder builder) -
Uses of LineBuffer in io.trino.hive.formats.line.sequence
Methods in io.trino.hive.formats.line.sequence that return LineBufferMethods in io.trino.hive.formats.line.sequence with parameters of type LineBuffer -
Uses of LineBuffer in io.trino.hive.formats.line.simple
Methods in io.trino.hive.formats.line.simple with parameters of type LineBufferModifier and TypeMethodDescriptionvoidSimpleDeserializer.deserialize(LineBuffer lineBuffer, PageBuilder builder) -
Uses of LineBuffer in io.trino.hive.formats.line.text
Methods in io.trino.hive.formats.line.text that return LineBufferMethods in io.trino.hive.formats.line.text with parameters of type LineBuffer