Searched refs:GetDistributedLogTableName (Results 1 – 9 of 9) sorted by relevance
33 static std::string GetDistributedLogTableName(const std::string &tableName);
112 …ibility("default"))) std::string DistributedDB::RelationalStoreManager::GetDistributedLogTableName( in GetDistributedLogTableName() function in DistributedDB::RelationalStoreManager
32 DB_API static std::string GetDistributedLogTableName(const std::string &tableName);
132 g_mgr.GetDistributedLogTableName(userId); in CombineTest()
160 DB_API std::string RelationalStoreManager::GetDistributedLogTableName(const std::string &tableName) in GetDistributedLogTableName() function in DistributedDB::RelationalStoreManager
1256 std::string logTableName = RelationalStoreManager::GetDistributedLogTableName(tableName);1312 std::string logTableName = RelationalStoreManager::GetDistributedLogTableName(tableName);
153 auto logTable = DistributedDB::RelationalStoreManager::GetDistributedLogTableName(table); in GetModifyTime()231 return DistributedDB::RelationalStoreManager::GetDistributedLogTableName(tableName); in GetLogTableName()
637 auto logTable = RelationalStoreManager::GetDistributedLogTableName(table); in BuildSql()
505 …std::string logTable = DistributedDB::RelationalStoreManager::GetDistributedLogTableName(tableName… in BuildStatisticSql()