pub unsafe extern "C" fn duckdb_get_time_ns(
val: duckdb_value,
) -> duckdb_time_ns
Expand description
Returns the time_ns value of the given value.
@param val A duckdb_value containing a time_ns @return A duckdb_time_ns, or MinValue<time_ns> if the value cannot be converted