Searched refs:neededColumnsException (Results 1 – 1 of 1) sorted by relevance
886 auto neededColumnsException = GetValueFromMap(NEEDED_COLUMNS_EXCEPTION_MAP, tableName); in PrepareCommonColumnInfoMap() local897 if (neededColumns.count(it->first) > 0 && (neededColumnsException.empty() || in PrepareCommonColumnInfoMap()898 neededColumnsException.count(it->first) == 0)) { in PrepareCommonColumnInfoMap()