Home
last modified time | relevance | path

Searched refs:insert_rows (Results 1 – 13 of 13) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/tools/gcp/github_stats_tracking/
Dfetch_data.py82 errors = client.insert_rows(table, [(timestamp, untriaged_open_issues)])
88 errors = client.insert_rows(table, rows)
/external/protobuf/benchmarks/util/
Dresult_uploader.py66 if not big_query_utils.insert_rows(bq, _PROJECT_ID, _DATASET,
Dbig_query_utils.py152 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/
Dupload_test_results.py93 if big_query_utils.insert_rows(bq, _PROJECT_ID, _DATASET_ID,
Dupload_rbe_results.py99 if big_query_utils.insert_rows(bq, _PROJECT_ID, _DATASET_ID, _TABLE_ID,
/external/grpc-grpc/tools/run_tests/python_utils/
Dupload_test_results.py93 if big_query_utils.insert_rows(bq, _PROJECT_ID, _DATASET_ID,
Dupload_rbe_results.py99 if big_query_utils.insert_rows(bq, _PROJECT_ID, _DATASET_ID, _TABLE_ID,
/external/grpc-grpc/tools/gcp/utils/
Dbig_query_utils.py164 def insert_rows(big_query, project_id, dataset_id, table_id, rows_list): function
/external/rust/crates/grpcio-sys/grpc/tools/gcp/utils/
Dbig_query_utils.py168 def insert_rows(big_query, project_id, dataset_id, table_id, rows_list): function
/external/grpc-grpc/tools/run_tests/performance/
Dbq_upload_result.py81 return big_query_utils.insert_rows(bq, _PROJECT_ID, dataset_id, table_id,
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/
Dbq_upload_result.py81 return big_query_utils.insert_rows(bq, _PROJECT_ID, dataset_id, table_id,
/external/grpc-grpc/tools/run_tests/
Drun_build_statistics.py249 if not big_query_utils.insert_rows(bq, _PROJECT_ID, _DATASET_ID,
/external/llvm-project/polly/lib/External/isl/include/isl/
Disl-noexceptions.h1500 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