ATTR_HT_HASH_DISTRIBUTION
Data Type: | pointer |
Access: | read only |
Functions: | HashTableGetAttribute |
Description: | The number of key-value pairs currently hashed to each bucket of the table. This data can reveal if a particular hash function evenly distributes keys or if it exhibits pathological clustering. You must pass an unsigned integer array as large as the number of buckets in the table. You can query ATTR_HT_NUM_BUCKETS for this number. |
LabWindows/CVI Compatibility: |
LabWindows/CVI 8.5 and later |