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