Home
last modified time | relevance | path

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

/third_party/grpc/tools/gcp/utils/
Dbig_query_utils.py202 def make_row(unique_row_id, row_values_dict): argument
205 return {'insertId': unique_row_id, 'json': row_values_dict}
/third_party/protobuf/benchmarks/util/
Dbig_query_utils.py186 def make_row(unique_row_id, row_values_dict): argument
189 return {'insertId': unique_row_id, 'json': row_values_dict}