Package org.apache.iceberg
Class PartitionSpecParser
java.lang.Object
org.apache.iceberg.PartitionSpecParser
- 
Method Summary
Modifier and TypeMethodDescriptionstatic UnboundPartitionSpecfromJson(com.fasterxml.jackson.databind.JsonNode json) static PartitionSpecstatic PartitionSpecstatic StringtoJson(PartitionSpec spec) static StringtoJson(PartitionSpec spec, boolean pretty) static voidtoJson(PartitionSpec spec, com.fasterxml.jackson.core.JsonGenerator generator) static StringtoJson(UnboundPartitionSpec spec) static StringtoJson(UnboundPartitionSpec spec, boolean pretty) static voidtoJson(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
 
 -