Uses of Enum Class
dev.hardwood.metadata.ColumnIndex.BoundaryOrder
Packages that use ColumnIndex.BoundaryOrder
Package
Description
Low-level Parquet file metadata types that mirror the Thrift definitions.
-
Uses of ColumnIndex.BoundaryOrder in dev.hardwood.metadata
Subclasses with type arguments of type ColumnIndex.BoundaryOrder in dev.hardwood.metadataModifier and TypeClassDescriptionstatic enumOrdering of min/max values across pages.Methods in dev.hardwood.metadata that return ColumnIndex.BoundaryOrderModifier and TypeMethodDescriptionColumnIndex.boundaryOrder()Returns the value of theboundaryOrderrecord component.static ColumnIndex.BoundaryOrderReturns the enum constant of this class with the specified name.static ColumnIndex.BoundaryOrder[]ColumnIndex.BoundaryOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.hardwood.metadata with parameters of type ColumnIndex.BoundaryOrderModifierConstructorDescriptionColumnIndex(List<Boolean> nullPages, List<byte[]> minValues, List<byte[]> maxValues, ColumnIndex.BoundaryOrder boundaryOrder, List<Long> nullCounts) Creates an instance of aColumnIndexrecord class.