Package io.trino.hive.formats.line.csv
Class CsvSerializer
java.lang.Object
io.trino.hive.formats.line.csv.CsvSerializer
- All Implemented Interfaces:
LineSerializer
Serializer that is bug for bug compatible with OpenCSVSerde.
-
Constructor Summary
ConstructorsConstructorDescriptionCsvSerializer(List<Column> columns, byte separatorChar, byte quoteChar, byte escapeChar) -
Method Summary
-
Constructor Details
-
CsvSerializer
-
-
Method Details
-
getTypes
Description copied from interface:LineSerializerRequired types for the deserialize page builder.- Specified by:
getTypesin interfaceLineSerializer
-
write
Description copied from interface:LineSerializerSerialize the page position into the page builder.- Specified by:
writein interfaceLineSerializer
-