Home
last modified time | relevance | path

Searched refs:columns_missing_from_query (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/engine/
H A Dperfetto_sql_engine.cc1057 std::vector<std::string> columns_missing_from_query; in ValidateAndGetEffectiveSchema() local
1081 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()