Package org.apache.iceberg.view
Class ViewVersionParser
java.lang.Object
org.apache.iceberg.view.ViewVersionParser
-
Method Summary
Modifier and TypeMethodDescriptionstatic ViewVersion
fromJson
(com.fasterxml.jackson.databind.JsonNode node) static String
toJson
(ViewVersion version) static void
toJson
(ViewVersion version, com.fasterxml.jackson.core.JsonGenerator generator)
-
Method Details
-
toJson
public static void toJson(ViewVersion version, com.fasterxml.jackson.core.JsonGenerator generator) throws IOException - Throws:
IOException
-
toJson
-
fromJson
-