Uses of Class
org.apache.parquet.format.JsonType
-
Packages that use JsonType Package Description org.apache.parquet.format -
-
Uses of JsonType in org.apache.parquet.format
Methods in org.apache.parquet.format that return JsonType Modifier and Type Method Description JsonTypeJsonType. deepCopy()JsonTypeLogicalType. getJSON()Methods in org.apache.parquet.format with parameters of type JsonType Modifier and Type Method Description intJsonType. compareTo(JsonType other)booleanJsonType. equals(JsonType that)static LogicalTypeLogicalType. JSON(JsonType value)voidLogicalType. setJSON(JsonType value)Constructors in org.apache.parquet.format with parameters of type JsonType Constructor Description JsonType(JsonType other)Performs a deep copy on other.
-