Searched refs:BTREE (Results 1 – 5 of 5) sorted by relevance
237 BTREE = 0, enumerator246 IndexType type = BTREE;
392 BTREE = 0, enumerator558 IndexType type = BTREE;
50 if (type == IndexType::BTREE) { in GetDBIndexType()51 return DistributedDB::BTREE; in GetDBIndexType()
75 if (type == IndexType::BTREE) { in GetDBIndexType()76 return DistributedDB::BTREE; in GetDBIndexType()
553 option.isHashTable = (IndexType)kvDBProp.GetIntProp(KvDBProperties::INDEX_TYPE, BTREE) == HASH; in InitDataBaseOption()