Package org.apache.iceberg
Class PartitionSpecParser
java.lang.Object
org.apache.iceberg.PartitionSpecParser
- 
Method SummaryModifier 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- 
toJsonpublic static void toJson(PartitionSpec spec, com.fasterxml.jackson.core.JsonGenerator generator) throws IOException - Throws:
- IOException
 
- 
toJson
- 
toJson
- 
toJsonpublic static void toJson(UnboundPartitionSpec spec, com.fasterxml.jackson.core.JsonGenerator generator) throws IOException - Throws:
- IOException
 
- 
toJson
- 
toJson
- 
fromJson
- 
fromJson
- 
fromJson
 
-