Uses of Enum Class
dev.hardwood.metadata.ColumnOrder
Packages that use ColumnOrder
Package
Description
Low-level Parquet file metadata types that mirror the Thrift definitions.
-
Uses of ColumnOrder in dev.hardwood.metadata
Subclasses with type arguments of type ColumnOrder in dev.hardwood.metadataModifier and TypeClassDescriptionenumThe ordering used for a leaf column'smin/maxstatistics, decoded from theFileMetaData.column_ordersunion.Methods in dev.hardwood.metadata that return ColumnOrderModifier and TypeMethodDescriptionstatic ColumnOrderReturns the enum constant of this class with the specified name.static ColumnOrder[]ColumnOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.hardwood.metadata that return types with arguments of type ColumnOrderModifier and TypeMethodDescriptionFileMetaData.columnOrders()Returns the value of thecolumnOrdersrecord component.