Uses of Enum Class
dev.hardwood.reader.LayerKind
Packages that use LayerKind
Package
Description
Parquet file readers with row-oriented and column-oriented APIs.
-
Uses of LayerKind in dev.hardwood.reader
Subclasses with type arguments of type LayerKind in dev.hardwood.readerMethods in dev.hardwood.reader that return LayerKindModifier and TypeMethodDescriptionColumnReader.getLayerKind(int layer) Layer kind atlayer.static LayerKindReturns the enum constant of this class with the specified name.static LayerKind[]LayerKind.values()Returns an array containing the constants of this enum class, in the order they are declared.