Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/
H A Dgraph_scan.cc195 std::string raw_sql = in PrepareStatement() local
197 raw_sql = base::ReplaceAll(raw_sql, "$cols", base::Join(select_cols, ",")); in PrepareStatement()
198 raw_sql = base::ReplaceAll(raw_sql, "$where", base::Join(bind_cols, " AND ")); in PrepareStatement()
199 std::string res = base::ReplaceAll(sql, "$table", raw_sql); in PrepareStatement()
/aosp_15_r20/out/soong/.intermediates/external/federated-compute/federated-compute-cc-proto-lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/fcp/protos/
Dselection_criteria.pb.h415 const std::string& raw_sql() const; in Swap()
420 void set_allocated_raw_sql(std::string* raw_sql); in Swap()
870 inline const std::string& SqlQuery::raw_sql() const { in raw_sql() function
901 inline void SqlQuery::set_allocated_raw_sql(std::string* raw_sql) { in set_allocated_raw_sql() argument
902 _impl_.raw_sql_.SetAllocated(raw_sql, GetArenaForAllocation()); in set_allocated_raw_sql()
/aosp_15_r20/external/federated-compute/fcp/protos/
H A Dselection_criteria.proto36 string raw_sql = 2; field
/aosp_15_r20/external/autotest/frontend/afe/
H A Dmodels.py1712 raw_sql = cls.SQL_SHARD_JOBS % {
1717 return set([j.id for j in Job.objects.raw(raw_sql)])