googleapis / googleapis/cpp-bigquery-odbc
Generic implementation of InsertIntoTable function from testing/commons.*
Open
- 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
Assessment
This issue has not been assessed yet.