Function libduckdb_sys::duckdb_to_date

source ·
pub unsafe extern "C" fn duckdb_to_date(
    date: duckdb_date_struct
) -> duckdb_date
Expand description

Re-compose a duckdb_date from year, month and date (duckdb_date_struct).

date: The year, month and date stored in a duckdb_date_struct. returns: The duckdb_date element.