Class OpenXJsonSerializer
java.lang.Object
io.trino.hive.formats.line.openxjson.OpenXJsonSerializer
- All Implemented Interfaces:
LineSerializer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OpenXJsonSerializer
-
-
Method Details
-
getTypes
Description copied from interface:LineSerializerRequired types for the deserialize page builder.- Specified by:
getTypesin interfaceLineSerializer
-
write
public void write(Page page, int position, io.airlift.slice.SliceOutput sliceOutput) throws IOException Description copied from interface:LineSerializerSerialize the page position into the page builder.- Specified by:
writein interfaceLineSerializer- Throws:
IOException- if line can not be written and processing should stop
-
isSupportedType
-