Uses of Class
org.apache.parquet.format.UUIDType
-
Packages that use UUIDType Package Description org.apache.parquet.format -
-
Uses of UUIDType in org.apache.parquet.format
Methods in org.apache.parquet.format that return UUIDType Modifier and Type Method Description UUIDTypeUUIDType. deepCopy()UUIDTypeLogicalType. getUUID()Methods in org.apache.parquet.format with parameters of type UUIDType Modifier and Type Method Description intUUIDType. compareTo(UUIDType other)booleanUUIDType. equals(UUIDType that)voidLogicalType. setUUID(UUIDType value)static LogicalTypeLogicalType. UUID(UUIDType value)Constructors in org.apache.parquet.format with parameters of type UUIDType Constructor Description UUIDType(UUIDType other)Performs a deep copy on other.
-