Function duckdb_get_date

Source
pub unsafe extern "C" fn duckdb_get_date(
    val: duckdb_value,
) -> duckdb_date
Expand description

Returns the date value of the given value.

@param val A duckdb_value containing a date @return A duckdb_date, or MinValue if the value cannot be converted