Searched refs:columns_missing_from_query (Results 1 – 1 of 1) sorted by relevance
1057 std::vector<std::string> columns_missing_from_query; in ValidateAndGetEffectiveSchema() local1081 columns_missing_from_query.push_back(arg.name().ToStdString()); in ValidateAndGetEffectiveSchema()1085 if (!columns_missing_from_query.empty() && in ValidateAndGetEffectiveSchema()1091 tag, base::Join(columns_missing_from_query, ", ").c_str(), in ValidateAndGetEffectiveSchema()1101 if (!columns_missing_from_query.empty()) { in ValidateAndGetEffectiveSchema()1105 tag, base::Join(columns_missing_from_query, ", ").c_str()); in ValidateAndGetEffectiveSchema()