duckdb_connection_get_arrow_options

Function duckdb_connection_get_arrow_options 

Source
pub unsafe extern "C" fn duckdb_connection_get_arrow_options(
    connection: duckdb_connection,
    out_arrow_options: *mut duckdb_arrow_options,
)
Expand description

Retrieves the arrow options of the connection.

@param connection The connection.