Uses of Class
org.apache.parquet.format.MapType
-
Packages that use MapType Package Description org.apache.parquet.format -
-
Uses of MapType in org.apache.parquet.format
Methods in org.apache.parquet.format that return MapType Modifier and Type Method Description MapTypeMapType. deepCopy()MapTypeLogicalType. getMAP()Methods in org.apache.parquet.format with parameters of type MapType Modifier and Type Method Description intMapType. compareTo(MapType other)booleanMapType. equals(MapType that)static LogicalTypeLogicalType. MAP(MapType value)voidLogicalType. setMAP(MapType value)Constructors in org.apache.parquet.format with parameters of type MapType Constructor Description MapType(MapType other)Performs a deep copy on other.
-