Searched refs:insert_rows (Results 1 – 13 of 13) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/tools/gcp/github_stats_tracking/ |
D | fetch_data.py | 82 errors = client.insert_rows(table, [(timestamp, untriaged_open_issues)]) 88 errors = client.insert_rows(table, rows)
|
/external/protobuf/benchmarks/util/ |
D | result_uploader.py | 66 if not big_query_utils.insert_rows(bq, _PROJECT_ID, _DATASET,
|
D | big_query_utils.py | 152 def insert_rows(big_query, project_id, dataset_id, table_id, rows_list): function
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/python_utils/ |
D | upload_test_results.py | 93 if big_query_utils.insert_rows(bq, _PROJECT_ID, _DATASET_ID,
|
D | upload_rbe_results.py | 99 if big_query_utils.insert_rows(bq, _PROJECT_ID, _DATASET_ID, _TABLE_ID,
|
/external/grpc-grpc/tools/run_tests/python_utils/ |
D | upload_test_results.py | 93 if big_query_utils.insert_rows(bq, _PROJECT_ID, _DATASET_ID,
|
D | upload_rbe_results.py | 99 if big_query_utils.insert_rows(bq, _PROJECT_ID, _DATASET_ID, _TABLE_ID,
|
/external/grpc-grpc/tools/gcp/utils/ |
D | big_query_utils.py | 164 def insert_rows(big_query, project_id, dataset_id, table_id, rows_list): function
|
/external/rust/crates/grpcio-sys/grpc/tools/gcp/utils/ |
D | big_query_utils.py | 168 def insert_rows(big_query, project_id, dataset_id, table_id, rows_list): function
|
/external/grpc-grpc/tools/run_tests/performance/ |
D | bq_upload_result.py | 81 return big_query_utils.insert_rows(bq, _PROJECT_ID, dataset_id, table_id,
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/ |
D | bq_upload_result.py | 81 return big_query_utils.insert_rows(bq, _PROJECT_ID, dataset_id, table_id,
|
/external/grpc-grpc/tools/run_tests/ |
D | run_build_statistics.py | 249 if not big_query_utils.insert_rows(bq, _PROJECT_ID, _DATASET_ID,
|
/external/llvm-project/polly/lib/External/isl/include/isl/ |
D | isl-noexceptions.h | 1500 inline mat insert_rows(unsigned int row, unsigned int n) const; 9364 mat mat::insert_rows(unsigned int row, unsigned int n) const in insert_rows() function
|