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
pub unsafe extern "C" fn duckdb_get_time(
val: duckdb_value,
) -> duckdb_time
Returns the time value of the given value.
@param val A duckdb_value containing a time @return A duckdb_time, or MinValue