sparseHotKeys property

Map<String, int>? sparseHotKeys
getter/setter pair

A (sparse) mapping from key bucket index to the index of the specific hot row key for that key bucket.

The index of the hot row key can be translated to the actual row key via the ScanData.VisualizationData.indexed_keys repeated field.

Implementation

core.Map<core.String, core.int>? sparseHotKeys;