Searched refs:isHashTable (Results 1 – 3 of 3) sorted by relevance
51 bool isHashTable = false; member
553 option.isHashTable = (IndexType)kvDBProp.GetIntProp(KvDBProperties::INDEX_TYPE, BTREE) == HASH; in InitDataBaseOption()559 config += option.isHashTable ? in InitDataBaseOption()
54 std::string tableMode = GetTableMode(option_.isHashTable); in CreateNewExecutor()