Function duckdb_get_time

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

Returns the time value of the given value.

@param val A duckdb_value containing a time @return A duckdb_time, or MinValue