pub unsafe extern "C" fn duckdb_to_time(
time: duckdb_time_struct,
) -> duckdb_timeExpand description
Re-compose a duckdb_time from hour, minute, second and microsecond (duckdb_time_struct).
@param time The hour, minute, second and microsecond in a duckdb_time_struct.
@return The duckdb_time element.