Uses of Interface
dev.hardwood.Validity
Packages that use Validity
Package
Description
Core entry points for reading Parquet files.
Parquet file readers with row-oriented and column-oriented APIs.
Parquet file writer, with a columnar and a row-oriented API over one core.
-
Uses of Validity in dev.hardwood
Fields in dev.hardwood 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 that return ValidityModifier and TypeMethodDescriptionstatic ValidityValidity.of(long[] words) Wraps a packedlong[]bitmap (set-bit = present storage).static ValidityValidity.ofNulls(boolean[] nulls) Builds aValidityover a per-item null mask, wherenulls[i] == truemarks iteminull — the null-centric polarity ofValidity.isNull(int). -
Uses of Validity in dev.hardwood.reader
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(). -
Uses of Validity in dev.hardwood.writer
Methods in dev.hardwood.writer with parameters of type ValidityModifier and TypeMethodDescriptionAdds the values for anOPTIONAL BOOLEANcolumn, addressed by index.Adds the values for anOPTIONAL BOOLEANcolumn, addressed by name.Adds the values for anOPTIONAL BYTE_ARRAYcolumn, addressed by index.Adds the values for anOPTIONAL BYTE_ARRAYcolumn, addressed by name.Adds the values for anOPTIONAL DOUBLEcolumn, addressed by index.Adds the values for anOPTIONAL DOUBLEcolumn, addressed by name.Adds the values for anOPTIONAL FIXED_LEN_BYTE_ARRAYcolumn, addressed by index.Adds the values for anOPTIONAL FIXED_LEN_BYTE_ARRAYcolumn, addressed by name.Adds the values for anOPTIONAL FLOATcolumn, addressed by index.Adds the values for anOPTIONAL FLOATcolumn, addressed by name.Adds the values for anOPTIONAL INT32column, addressed by index.Adds the values for anOPTIONAL INT32column, addressed by name.Sets the entry offsets of aLISTtogether with its per-instance nulls (which lists are themselves absent), distinct from an empty list carrying a zero-delta offset.Adds the values for anOPTIONAL INT64column, addressed by index.Adds the values for anOPTIONAL INT64column, addressed by name.Sets the entry offsets of aMAPtogether with its per-instance nulls (which maps are themselves absent), distinct from an empty map carrying a zero-delta offset.Sets the per-instance nulls of anOPTIONALstructgroup, addressed by its dot-separated path.