Function duckdb_get_timestamp

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

Returns the TIMESTAMP value of the given value.

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