btreeIndexes property

Map<String, Map<String, BTreeV2>> btreeIndexes
final

Per-table, per-column BTreeV2 instances. These are loaded from *.btree2 files at open() and persisted at checkpoint (step 7 — AFTER data pages, BEFORE WAL truncation).

Implementation

final Map<String, Map<String, BTreeV2>> btreeIndexes = {};