Package org.apache.iceberg
Class PartitionSpecParser
java.lang.Object
org.apache.iceberg.PartitionSpecParser
-
Method Summary
Modifier and TypeMethodDescriptionstatic UnboundPartitionSpec
fromJson
(com.fasterxml.jackson.databind.JsonNode json) static PartitionSpec
static PartitionSpec
static String
toJson
(PartitionSpec spec) static String
toJson
(PartitionSpec spec, boolean pretty) static void
toJson
(PartitionSpec spec, com.fasterxml.jackson.core.JsonGenerator generator) static String
toJson
(UnboundPartitionSpec spec) static String
toJson
(UnboundPartitionSpec spec, boolean pretty) static void
toJson
(UnboundPartitionSpec spec, com.fasterxml.jackson.core.JsonGenerator generator)
-
Method Details
-
toJson
public static void toJson(PartitionSpec spec, com.fasterxml.jackson.core.JsonGenerator generator) throws IOException - Throws:
IOException
-
toJson
-
toJson
-
toJson
public static void toJson(UnboundPartitionSpec spec, com.fasterxml.jackson.core.JsonGenerator generator) throws IOException - Throws:
IOException
-
toJson
-
toJson
-
fromJson
-
fromJson
-
fromJson
-