Package io.trino.hive.formats.line
Interface LineSerializer
- All Known Implementing Classes:
CsvSerializer,JsonSerializer,OpenXJsonSerializer,SimpleSerializer
public interface LineSerializer
-
Method Summary
-
Method Details
-
getTypes
Required types for the deserialize page builder. -
write
Serialize the page position into the page builder.- Throws:
IOException- if line can not be written and processing should stopRuntimeException- if line can not be decoded and processing should stop
-