void btreeInsert(String table, String column, dynamic key, int rowId) { btreeIndexes[table]?[column]?.insert(key, rowId); }