Uses of Interface
dev.hardwood.reader.Validity
Packages that use Validity
Package
Description
Parquet file readers with row-oriented and column-oriented APIs.
-
Uses of Validity in dev.hardwood.reader
Fields in dev.hardwood.reader declared as ValidityModifier and TypeFieldDescriptionstatic final ValidityValidity.NO_NULLSSingleton signalling "no item at this scope is null in the current batch."Methods in dev.hardwood.reader that return ValidityModifier and TypeMethodDescriptionColumnReader.getLayerValidity(int layer) Validity atlayer.ColumnReader.getLeafValidity()Validity over the leaf-value array, indexed0..getValueCount().static ValidityValidity.of(long[] words) Wraps a packedlong[]bitmap (set-bit = present storage).