Uses of Class
org.apache.parquet.format.ListType
-
Packages that use ListType Package Description org.apache.parquet.format -
-
Uses of ListType in org.apache.parquet.format
Methods in org.apache.parquet.format that return ListType Modifier and Type Method Description ListTypeListType. deepCopy()ListTypeLogicalType. getLIST()Methods in org.apache.parquet.format with parameters of type ListType Modifier and Type Method Description intListType. compareTo(ListType other)booleanListType. equals(ListType that)static LogicalTypeLogicalType. LIST(ListType value)voidLogicalType. setLIST(ListType value)Constructors in org.apache.parquet.format with parameters of type ListType Constructor Description ListType(ListType other)Performs a deep copy on other.
-