marcboeker / go-duckdb

go-duckdb provides a database/sql driver for the DuckDB database engine.
MIT License
623 stars 97 forks source link

Refactor the appender to use a dedicated vector-type #193

Closed taniabogatsch closed 4 months ago

taniabogatsch commented 5 months ago

This PR moves all previous colInfo functions from the appender.go file into a dedicated vector.go file. Operating directly on these vectors makes the code more concise and will allow me to add future capabilities neatly. Currently planned are the following improvements to the Appender.