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.
pub unsafe extern "C" fn duckdb_connection_get_arrow_options(
connection: duckdb_connection,
out_arrow_options: *mut duckdb_arrow_options,
)
Retrieves the arrow options of the connection.
@param connection The connection.