Searched refs:getIndexInfoMapping (Results 1 – 4 of 4) sorted by relevance
224 mTableList.get(FIRST_TABLE_NAME).getIndexInfoMapping(); in test_index_matches()231 mTableList.get(SECOND_TABLE_NAME).getIndexInfoMapping(); in test_index_matches()
142 public HashMap<String, IndexInfo> getIndexInfoMapping() { in getIndexInfoMapping() method in TableInfo
425 mTableListPreviousVersion.get(tableName).getIndexInfoMapping(); in checkIndexModification()427 mTableListCurrentVersion.get(tableName).getIndexInfoMapping(); in checkIndexModification()
234 table1.getIndexInfoMapping().put(indexName, indexInfo.build()); in getIndexInfo()