Uses of Class
org.apache.parquet.format.ColumnOrder
-
Packages that use ColumnOrder Package Description org.apache.parquet.format -
-
Uses of ColumnOrder in org.apache.parquet.format
Fields in org.apache.parquet.format with type parameters of type ColumnOrder Modifier and Type Field Description List<ColumnOrder>FileMetaData. column_ordersSort order used for the min_value and max_value fields of each column in this file.Methods in org.apache.parquet.format that return ColumnOrder Modifier and Type Method Description ColumnOrderColumnOrder. deepCopy()static ColumnOrderColumnOrder. TYPE_ORDER(TypeDefinedOrder value)Methods in org.apache.parquet.format that return types with arguments of type ColumnOrder Modifier and Type Method Description List<ColumnOrder>FileMetaData. getColumn_orders()Sort order used for the min_value and max_value fields of each column in this file.Iterator<ColumnOrder>FileMetaData. getColumn_ordersIterator()Methods in org.apache.parquet.format with parameters of type ColumnOrder Modifier and Type Method Description voidFileMetaData. addToColumn_orders(ColumnOrder elem)intColumnOrder. compareTo(ColumnOrder other)booleanColumnOrder. equals(ColumnOrder other)Method parameters in org.apache.parquet.format with type arguments of type ColumnOrder Modifier and Type Method Description FileMetaDataFileMetaData. setColumn_orders(List<ColumnOrder> column_orders)Sort order used for the min_value and max_value fields of each column in this file.Constructors in org.apache.parquet.format with parameters of type ColumnOrder Constructor Description ColumnOrder(ColumnOrder other)
-