Searched refs:join_table (Results 1 – 3 of 3) sorted by relevance
/external/perfetto/tools/ |
D | gen_tp_table_docs.py | 57 join_table, join_col = col.doc.joinable.split('.') 59 join_table, join_col = None, None 62 join_table, join_col = None, None 79 if not join_table and not join_col: 80 join_table = id_table_name 89 'joinTable': join_table,
|
/external/perfetto/src/trace_processor/views/ |
D | macros_internal.h | 128 #define PERFETTO_TP_VIEW_JOIN_DEFN(_, join_table, join_col, prev_table, \ argument 130 View::JoinTable{join_table, #join_table, #join_col, \ 241 #define PERFETTO_TP_VIEW_JOIN_STATIC_ASSERT(_, join_table, join_col, \ argument 245 TableType::join_table::ColumnType::join_col::type, \ 249 TableType::join_table::ColumnType::join_col::stored_type, \
|
/external/autotest/frontend/afe/ |
D | model_logic.py | 109 def add_join(self, query_set, join_table, join_key, join_condition='', argument 136 alias = join_table + suffix 149 query_set.query.add_custom_join(join_table,
|