Function quackdb_internal::ffi::duckdb_to_date
source · pub unsafe extern "C" fn duckdb_to_date(
date: duckdb_date_struct
) -> duckdb_dateExpand 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.