Home
last modified time | relevance | path

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

/external/grpc-grpc/tools/run_tests/python_utils/
Dupload_test_results.py140 row = big_query_utils.make_row(str(uuid.uuid4()), test_results)
176 row = big_query_utils.make_row(str(uuid.uuid4()), test_results)
/external/grpc-grpc/tools/gcp/utils/
Dbig_query_utils.py198 def make_row(unique_row_id, row_values_dict): function
/external/grpc-grpc/tools/run_tests/performance/
Dbq_upload_result.py80 row = big_query_utils.make_row(str(uuid.uuid4()), scenario_result)
/external/grpc-grpc/tools/run_tests/
Drun_build_statistics.py248 rows = [big_query_utils.make_row(build_number, build_result)]