Uses of Class
org.apache.parquet.format.BoundaryOrder
-
Packages that use BoundaryOrder Package Description org.apache.parquet.format -
-
Uses of BoundaryOrder in org.apache.parquet.format
Fields in org.apache.parquet.format declared as BoundaryOrder Modifier and Type Field Description BoundaryOrderColumnIndex. boundary_orderStores whether both min_values and max_values are orderd and if so, in which direction.Methods in org.apache.parquet.format that return BoundaryOrder Modifier and Type Method Description static BoundaryOrderBoundaryOrder. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.BoundaryOrderColumnIndex. getBoundary_order()Stores whether both min_values and max_values are orderd and if so, in which direction.static BoundaryOrderBoundaryOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static BoundaryOrder[]BoundaryOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.parquet.format with parameters of type BoundaryOrder Modifier and Type Method Description ColumnIndexColumnIndex. setBoundary_order(BoundaryOrder boundary_order)Stores whether both min_values and max_values are orderd and if so, in which direction.Constructors in org.apache.parquet.format with parameters of type BoundaryOrder Constructor Description ColumnIndex(List<Boolean> null_pages, List<ByteBuffer> min_values, List<ByteBuffer> max_values, BoundaryOrder boundary_order)
-