googleapis / googleapis/cpp-bigquery-odbc

Generic implementation of InsertIntoTable function from testing/commons.*

Open
#11 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
5
Forks
6
Avg merge
8d 7h
Merged PRs (30d)
12

Description

The current implementation assumes that the schema of the table follows *StdRow*. There can be a few enhancements to the implementation:
1) Currently *StdRow* is implemented using `std::vector`. This can be changed to `std::tuple`, which will make the data to be inserted more type safe.
2) Since a tuple cannot be traversed through a for loop, we may need to implement the function as a template. We can assume a limit on the number of columns.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.