pub unsafe extern "C" fn duckdb_result_get_arrow_options(
result: *mut duckdb_result,
) -> duckdb_arrow_optionsExpand description
Returns the arrow options associated with the given result. These options are definitions of how the arrow arrays/schema
should be produced.
@param result The result object to fetch arrow options from.
@return The arrow options associated with the given result. This must be destroyed with
duckdb_destroy_arrow_options.