Skip to content

Conversation

taniabogatsch
Copy link
Contributor

/*!
Creates an appender object.
Note that the object must be destroyed with `duckdb_appender_destroy`.
* @param connection The connection context to create the appender in.
* @param catalog The catalog of the table to append to, or `nullptr` for the default catalog.
* @param schema The schema of the table to append to, or `nullptr` for the default schema.
* @param table The table name to append to.
* @param out_appender The resulting appender object.
* @return `DuckDBSuccess` on success or `DuckDBError` on failure.
*/
DUCKDB_API duckdb_state duckdb_appender_create_ext(duckdb_connection connection, const char *catalog,
                                                   const char *schema, const char *table,
                                                   duckdb_appender *out_appender);

@duckdb-draftbot duckdb-draftbot marked this pull request as draft October 7, 2024 13:44
@taniabogatsch taniabogatsch marked this pull request as ready for review October 7, 2024 14:52
@duckdb-draftbot duckdb-draftbot marked this pull request as draft October 8, 2024 08:47
@taniabogatsch taniabogatsch marked this pull request as ready for review October 8, 2024 08:53
@Mytherin Mytherin merged commit d1769ad into duckdb:feature Oct 9, 2024
41 of 42 checks passed
@Mytherin
Copy link
Collaborator

Mytherin commented Oct 9, 2024

Thanks!

@taniabogatsch taniabogatsch deleted the catalog-appender-capi branch October 9, 2024 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants