Function duckdb_get_timestamp_s

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

Returns the duckdb_timestamp_s value of the given value.

@param val A duckdb_value containing a TIMESTAMP_S @return A duckdb_timestamp_s, or MinValue<timestamp_s> if the value cannot be converted